Searched refs:SO_PRIORITY (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
H A Dsocket.h22 #define SO_PRIORITY 12 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsocket.h48 #define SO_PRIORITY 12 macro
/external/strace/xlat/
H A Dsockoptions.h50 #if defined(SO_PRIORITY) || (defined(HAVE_DECL_SO_PRIORITY) && HAVE_DECL_SO_PRIORITY)
51 XLAT(SO_PRIORITY),
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_monitor.c417 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) {
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_monitor.c417 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_monitor.c417 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) {
/external/netperf/src/
H A Dnetsh.c208 /* socket priority via SO_PRIORITY */
873 #if defined(SO_PRIORITY)
879 "Setting SO_PRIORITY is not supported on this platform, request to set SO_PRIORITY locally ignored.\n");
H A Dnettest_bsd.c1476 #if defined(SO_PRIORITY)
1480 SO_PRIORITY,
1493 SO_PRIORITY,
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc1003 if (!rtpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP,
1011 if (!rtcpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP,

Completed in 130 milliseconds