Home
last modified time | relevance | path

Searched refs:IP_BIND_ADDRESS_NO_PORT (Results 1 – 25 of 25) sorted by relevance

/external/ltp/include/lapi/
Dnetinet_in.h31 #ifndef IP_BIND_ADDRESS_NO_PORT
32 # define IP_BIND_ADDRESS_NO_PORT 24 macro
/external/strace/xlat/
Dsock_ip_options.h122 #if defined(IP_BIND_ADDRESS_NO_PORT) || (defined(HAVE_DECL_IP_BIND_ADDRESS_NO_PORT) && HAVE_DECL_IP…
123 XLAT(IP_BIND_ADDRESS_NO_PORT),
Dsock_ip_options.in36 IP_BIND_ADDRESS_NO_PORT
/external/syzkaller/sys/linux/
Dsocket_inet_arm.const15 IP_BIND_ADDRESS_NO_PORT = 24
Dsocket_inet_386.const15 IP_BIND_ADDRESS_NO_PORT = 24
Dsocket_inet_arm64.const15 IP_BIND_ADDRESS_NO_PORT = 24
Dsocket_inet_ppc64le.const15 IP_BIND_ADDRESS_NO_PORT = 24
Dsocket_inet_amd64.const15 IP_BIND_ADDRESS_NO_PORT = 24
Dsocket_inet.txt43 …PARENT, IP_RECVORIGDSTADDR, IP_MINTTL, IP_NODEFRAG, IP_CHECKSUM, IP_BIND_ADDRESS_NO_PORT, IP_MULTI…
/external/iproute2/include/uapi/linux/
Din.h120 #define IP_BIND_ADDRESS_NO_PORT 24 macro
/external/kernel-headers/original/uapi/linux/
Din.h120 #define IP_BIND_ADDRESS_NO_PORT 24 macro
/external/ltp/testcases/network/netstress/
Dnetstress.c310 SAFE_SETSOCKOPT_INT(sd, SOL_IP, IP_BIND_ADDRESS_NO_PORT, 1); in bind_before_connect()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go675 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_mips64le.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_ppc64.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_arm.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_mips64.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_ppc64le.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_arm64.go818 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_386.go816 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_mips.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_s390x.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_mipsle.go815 IP_BIND_ADDRESS_NO_PORT = 0x18 const
Dzerrors_linux_amd64.go816 IP_BIND_ADDRESS_NO_PORT = 0x18 const
/external/strace/
DChangeLog36239 * xlat/sockipoptions.in: Add IP_CHECKSUM and IP_BIND_ADDRESS_NO_PORT.