Home
last modified time | relevance | path

Searched refs:set_ipv6_v6only (Results 1 - 4 of 4) sorted by relevance

/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
234 set_ipv6_v6only(s, 0); in configure_socket()
/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
291 backend::net::syscalls::sockopt::set_ipv6_v6only(fd.as_fd(), only_v6) in set_ipv6_v6only()
/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
998 set_ipv6_v6only(ctx->sock, 0); in cf_socket_open()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1079 pub(crate) fn set_ipv6_v6only(fd: BorrowedFd<'_>, only_v6: bool) -> io::Result<()> {

Completed in 6 milliseconds