Home
last modified time | relevance | path

Searched refs:IP_BIND_ADDRESS_NO_PORT (Results 1 – 10 of 10) 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/iproute2/include/uapi/linux/
Din.h120 #define IP_BIND_ADDRESS_NO_PORT 24 macro
/external/libnl/include/linux-private/linux/
Din.h120 #define IP_BIND_ADDRESS_NO_PORT 24 macro
/external/kernel-headers/original/uapi/linux/
Din.h124 #define IP_BIND_ADDRESS_NO_PORT 24 macro
/external/ltp/testcases/network/netstress/
Dnetstress.c307 SAFE_SETSOCKOPT_INT(sd, SOL_IP, IP_BIND_ADDRESS_NO_PORT, 1); in bind_before_connect()
/external/crosvm/net_sys/src/
Dinn.rs50 pub const IP_BIND_ADDRESS_NO_PORT: ::std::os::raw::c_uint = 24; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs800 pub const IP_BIND_ADDRESS_NO_PORT: ::c_int = 24; constant
/external/strace/
DChangeLog36239 * xlat/sockipoptions.in: Add IP_CHECKSUM and IP_BIND_ADDRESS_NO_PORT.