HomeSort by relevance Sort by last modified time
    Searched refs:STUN_ATTR_SOFTWARE (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
stun.h 48 STUN_ATTR_SOFTWARE = 0x8022, // ByteString
stun_unittest.cc 604 msg.GetByteString(STUN_ATTR_SOFTWARE);
632 msg.GetByteString(STUN_ATTR_SOFTWARE);
655 msg.GetByteString(STUN_ATTR_SOFTWARE);
    [all...]
stun.cc 386 case STUN_ATTR_SOFTWARE: return STUN_VALUE_BYTE_STRING;
turnserver.cc 490 new StunByteStringAttribute(STUN_ATTR_SOFTWARE, software_)));

Completed in 283 milliseconds