OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIO_SET_QOS
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc
793
// To set QoS with
SIO_SET_QOS
the socket must be locally bound first
795
int32_t result = WSAIoctl(GetFd(),
SIO_SET_QOS
, &Qos, sizeof(QOS),
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h
527
#define
SIO_SET_QOS
_WSAIOW(IOC_WS2,11)
[
all
...]
Completed in 82 milliseconds