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

  /external/webrtc/webrtc/p2p/base/
relayport.cc 597 StunUInt32Attribute* options_attr = local
599 options_attr->SetValue(0x1);
600 VERIFY(request.AddAttribute(options_attr));
718 if (const StunUInt32Attribute* options_attr =
720 if (options_attr->value() & 0x1) {
relayserver.cc 484 const StunUInt32Attribute* options_attr = local
486 if (options_attr && (options_attr->value() & 0x01)) {

Completed in 335 milliseconds