Home
last modified time | relevance | path

Searched defs:set_ipv6_v6only (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/net/
H A Dsockopt.rs290 pub fn set_ipv6_v6only<Fd: AsFd>(fd: Fd, only_v6: bool) -> io::Result<()> { in set_ipv6_v6only() functions
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c156 static void set_ipv6_v6only(ares_socket_t sockfd, int on) in set_ipv6_v6only() function
161 # define set_ipv6_v6only(s, v) macro
/third_party/curl/lib/
H A Dcf-socket.c92 static void set_ipv6_v6only(curl_socket_t sockfd, int on) in set_ipv6_v6only() function
97 #define set_ipv6_v6only(x,y) macro

Completed in 5 milliseconds