Home
last modified time | relevance | path

Searched defs:set_ipv6_v6only (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
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/rust/crates/rustix/src/net/
Dsockopt.rs290 pub fn set_ipv6_v6only<Fd: AsFd>(fd: Fd, only_v6: bool) -> io::Result<()> { in set_ipv6_v6only() function
/third_party/curl/lib/
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
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs650 pub(crate) fn set_ipv6_v6only(fd: BorrowedFd<'_>, only_v6: bool) -> io::Result<()> { in set_ipv6_v6only() function
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs1079 pub(crate) fn set_ipv6_v6only(fd: BorrowedFd<'_>, only_v6: bool) -> io::Result<()> { in set_ipv6_v6only() function