This is the complete list of members for
turn::StunMsg, including all inherited members.
_allocated_sz | turn::StunMsg | [protected] |
_buffer | turn::StunMsg | [protected] |
_constructed | turn::StunMsg | [protected] |
_deallocate | turn::StunMsg | [protected] |
_sz | turn::StunMsg | [protected] |
addAttr(StunAttr &attr) | turn::StunMsg | [inline] |
addFingerprint() | turn::StunMsg | [inline] |
addMessageIntegrity(std::string &uname, std::string &realm, std::string &upwd, std::string &nonce) | turn::StunMsg | [inline] |
check()=0 | turn::StunMsg | [protected, pure virtual] |
checkFingerprint(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
checkMessageIntegrity(std::string &uname, std::string &realm, std::string &upwd) const | turn::StunMsg | [inline] |
construct() | turn::StunMsg | [inline] |
constructBuffer()=0 | turn::StunMsg | [protected, pure virtual] |
getRawBuffer() | turn::StunMsg | [inline] |
getSize() const | turn::StunMsg | [inline] |
getTid() const | turn::StunMsg | [inline, virtual] |
isChallengeResponse(const u08bits *buf, size_t sz, int &err_code, u08bits *err_msg, size_t err_msg_size, u08bits *realm, u08bits *nonce) | turn::StunMsg | [inline, static] |
isChannel(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
isCommand(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
isCommand() const | turn::StunMsg | [inline] |
isErrorResponse(u08bits *buffer, size_t sz, int &err_code, u08bits *err_msg, size_t err_msg_size) | turn::StunMsg | [inline, static] |
isFingerprintPresent(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
isIndication(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
isRequest(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
isSuccessResponse(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
isValid() | turn::StunMsg | [inline] |
setSize(size_t sz) | turn::StunMsg | [inline] |
setTid(stun_tid &tid) | turn::StunMsg | [inline, virtual] |
StunMsg() | turn::StunMsg | [inline] |
StunMsg(u08bits *buffer, size_t total_sz, size_t sz, bool constructed) | turn::StunMsg | [inline] |
~StunMsg() | turn::StunMsg | [inline, virtual] |