Home
last modified time | relevance | path

Searched refs:stun_family (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/api/transport/
Dstun.cc736 uint8_t stun_family; in Read() local
737 if (!buf->ReadUInt8(&stun_family)) { in Read()
743 if (stun_family == STUN_ADDRESS_IPV4) { in Read()
753 } else if (stun_family == STUN_ADDRESS_IPV6) { in Read()