Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc48 _iProtocol(0), in UdpSocket2Windows()
95 _iProtocol=AF_INET6; in UdpSocket2Windows()
97 _iProtocol=AF_INET; in UdpSocket2Windows()
102 if (_iProtocol == lpProtocolBuf[i].iAddressFamily && in UdpSocket2Windows()
779 if (AF_INET6 == _iProtocol) in SetQos()
Dudp_socket2_win.h133 int32_t _iProtocol; variable