Searched refs:IP_BIND_ADDRESS_NO_PORT (Results 1 – 10 of 10) sorted by relevance
31 #ifndef IP_BIND_ADDRESS_NO_PORT32 # define IP_BIND_ADDRESS_NO_PORT 24 macro
122 #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),
36 IP_BIND_ADDRESS_NO_PORT
120 #define IP_BIND_ADDRESS_NO_PORT 24 macro
124 #define IP_BIND_ADDRESS_NO_PORT 24 macro
307 SAFE_SETSOCKOPT_INT(sd, SOL_IP, IP_BIND_ADDRESS_NO_PORT, 1); in bind_before_connect()
50 pub const IP_BIND_ADDRESS_NO_PORT: ::std::os::raw::c_uint = 24; constant
800 pub const IP_BIND_ADDRESS_NO_PORT: ::c_int = 24; constant
36239 * xlat/sockipoptions.in: Add IP_CHECKSUM and IP_BIND_ADDRESS_NO_PORT.