/external/strace/xlat/ |
D | sock_options.h | 184 #if defined(SO_PRIORITY) || (defined(HAVE_DECL_SO_PRIORITY) && HAVE_DECL_SO_PRIORITY) 186 static_assert((SO_PRIORITY) == (16396), "SO_PRIORITY != 16396"); 189 # define SO_PRIORITY 16396 192 #if defined(SO_PRIORITY) || (defined(HAVE_DECL_SO_PRIORITY) && HAVE_DECL_SO_PRIORITY) 194 static_assert((SO_PRIORITY) == (12), "SO_PRIORITY != 12"); 197 # define SO_PRIORITY 12 1498 XLAT(SO_PRIORITY), 1500 XLAT(SO_PRIORITY),
|
D | sock_options.in | 66 SO_PRIORITY 16396 68 SO_PRIORITY 12
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 23 #define SO_PRIORITY 12 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | socket.h | 49 #define SO_PRIORITY 12 macro
|
/external/syzkaller/sys/freebsd/ |
D | socket_amd64.const | 86 SO_PRIORITY = 12
|
D | socket.txt | 92 …EPTCONN, SO_BROADCAST, SO_DEBUG, SO_ERROR, SO_DONTROUTE, SO_KEEPALIVE, SO_PRIORITY, SO_PROTOCOL, S…
|
/external/syzkaller/sys/linux/ |
D | socket_ppc64le.const | 306 SO_PRIORITY = 12
|
D | socket_386.const | 306 SO_PRIORITY = 12
|
D | socket_arm64.const | 306 SO_PRIORITY = 12
|
D | socket_arm.const | 306 SO_PRIORITY = 12
|
D | socket_amd64.const | 306 SO_PRIORITY = 12
|
D | socket.txt | 180 …O_DEBUG, SO_DOMAIN, SO_ERROR, SO_DONTROUTE, SO_KEEPALIVE, SO_PEEK_OFF, SO_PRIORITY, SO_PROTOCOL, S…
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 426 (drv->monitor_sock, SOL_SOCKET, SO_PRIORITY, &optval, optlen)) { in nl80211_create_monitor_interface()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 457 SO_PRIORITY = 12 variable
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 774 SO_PRIORITY = 12 variable
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 1003 if (!rtpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP, in SetPCP() 1011 if (!rtcpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP, in SetPCP()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1522 SO_PRIORITY = 0xc const
|
D | zerrors_linux_mipsle.go | 1822 SO_PRIORITY = 0xc const
|
D | zerrors_linux_s390x.go | 1882 SO_PRIORITY = 0xc const
|
D | zerrors_linux_arm.go | 1828 SO_PRIORITY = 0xc const
|
D | zerrors_linux_ppc64le.go | 1878 SO_PRIORITY = 0xc const
|
D | zerrors_linux_mips64.go | 1822 SO_PRIORITY = 0xc const
|
D | zerrors_linux_ppc64.go | 1878 SO_PRIORITY = 0xc const
|
D | zerrors_linux_amd64.go | 1822 SO_PRIORITY = 0xc const
|
D | zerrors_linux_mips64le.go | 1822 SO_PRIORITY = 0xc const
|