Searched defs:set_ipv6_v6only (Results 1 – 5 of 5) sorted by relevance
999 static void set_ipv6_v6only(ares_socket_t sockfd, int on) in set_ipv6_v6only() function1004 #define set_ipv6_v6only(s,v) macro
101 static void set_ipv6_v6only(curl_socket_t sockfd, int on) in set_ipv6_v6only() function106 #define set_ipv6_v6only(x,y) macro
622 pub fn set_ipv6_v6only<Fd: AsFd>(fd: Fd, value: bool) -> io::Result<()> { in set_ipv6_v6only() function
433 pub(crate) fn set_ipv6_v6only(fd: BorrowedFd<'_>, only_v6: bool) -> io::Result<()> { in set_ipv6_v6only() function
466 pub(crate) fn set_ipv6_v6only(fd: BorrowedFd<'_>, only_v6: bool) -> io::Result<()> { in set_ipv6_v6only() function