Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.cc503 uint8_t stun_family; in Read() local
504 if (!buf->ReadUInt8(&stun_family)) { in Read()
510 if (stun_family == STUN_ADDRESS_IPV4) { in Read()
520 } else if (stun_family == STUN_ADDRESS_IPV6) { in Read()