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

  /external/webrtc/webrtc/p2p/base/
stun.h 605 STUN_ATTR_PRIORITY = 0x0024, // UInt32
622 case STUN_ATTR_PRIORITY: return STUN_VALUE_UINT32;
port.cc 725 new StunUInt32Attribute(STUN_ATTR_PRIORITY, prflx_priority));
    [all...]
p2ptransportchannel_unittest.cc     [all...]
p2ptransportchannel.cc 560 stun_msg->GetUInt32(STUN_ATTR_PRIORITY);
563 << "No STUN_ATTR_PRIORITY found in the "
    [all...]
port_unittest.cc 296 msg->GetUInt32(STUN_ATTR_PRIORITY);
    [all...]

Completed in 5786 milliseconds