, 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() | turn::StunMsgResponse | [inline, protected, 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] |
constructAllocateResponse(stun_tid &tid, const ioa_addr &relayed_addr, const ioa_addr &reflexive_addr, u32bits lifetime, int error_code, const u08bits *reason, u64bits reservation_token) | turn::StunMsgResponse | [inline] |
constructBindingResponse(stun_tid &tid, const ioa_addr &reflexive_addr, int error_code, const u08bits *reason) | turn::StunMsgResponse | [inline] |
constructBuffer() | turn::StunMsgResponse | [inline, protected, virtual] |
constructChannelBindResponse(stun_tid &tid, int error_code, const u08bits *reason) | turn::StunMsgResponse | [inline] |
getError() const | turn::StunMsgResponse | [inline] |
getMethod() const | turn::StunMsgResponse | [inline] |
getRawBuffer() | turn::StunMsg | [inline] |
getReason() const | turn::StunMsgResponse | [inline] |
getSize() const | turn::StunMsg | [inline] |
getTid() | turn::StunMsgResponse | [inline] |
turn::StunMsg::getTid() const | turn::StunMsg | [inline, virtual] |
isBindingResponse() const | turn::StunMsgResponse | [inline] |
isChallenge(std::string &realm, std::string &nonce) const | turn::StunMsgResponse | [inline] |
isChallenge() const | turn::StunMsgResponse | [inline] |
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] |
isSuccess() const | turn::StunMsgResponse | [inline] |
isSuccessResponse(u08bits *buffer, size_t sz) | turn::StunMsg | [inline, static] |
isValid() | turn::StunMsg | [inline] |
setError(int err) | turn::StunMsgResponse | [inline] |
setMethod(u16bits method) | turn::StunMsgResponse | [inline] |
setReason(std::string reason) | turn::StunMsgResponse | [inline] |
setSize(size_t sz) | turn::StunMsg | [inline] |
setTid(stun_tid &tid) | turn::StunMsgResponse | [inline, virtual] |
StunMsg() | turn::StunMsg | [inline] |
StunMsg(u08bits *buffer, size_t total_sz, size_t sz, bool constructed) | turn::StunMsg | [inline] |
StunMsgResponse(u16bits method, stun_tid &tid) | turn::StunMsgResponse | [inline] |
StunMsgResponse(u16bits method, int error_code, std::string reason, stun_tid &tid) | turn::StunMsgResponse | [inline] |
StunMsgResponse(u08bits *buffer, size_t total_sz, size_t sz, bool constructed) | turn::StunMsgResponse | [inline] |
~StunMsg() | turn::StunMsg | [inline, virtual] |