Home
last modified time | relevance | path

Searched refs:SO_NP_EXTENSIONS (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
Duds_daemon.c3937 #if defined(SO_NP_EXTENSIONS) in uds_socket_setup()
3942 if (setsockopt(skt, SOL_SOCKET, SO_NP_EXTENSIONS, &sonpx, optlen) < 0) in uds_socket_setup()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2481 pub const SO_NP_EXTENSIONS: ::c_int = 0x1083; constant