Searched refs:SO_PRIORITY (Results 1 - 9 of 9) sorted by relevance
/external/kernel-headers/original/uapi/asm-generic/ |
H A D | socket.h | 22 #define SO_PRIORITY 12 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
H A D | socket.h | 48 #define SO_PRIORITY 12 macro
|
/external/strace/xlat/ |
H A D | sockoptions.h | 50 #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 D | driver_nl80211_monitor.c | 417 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) {
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_nl80211_monitor.c | 417 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) {
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_nl80211_monitor.c | 417 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) {
|
/external/netperf/src/ |
H A D | netsh.c | 208 /* 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 D | nettest_bsd.c | 1476 #if defined(SO_PRIORITY) 1480 SO_PRIORITY, 1493 SO_PRIORITY,
|
/external/webrtc/webrtc/test/channel_transport/ |
H A D | udp_transport_impl.cc | 1003 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