Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
}
int avahi_open_socket_ipv6(int no_reuse) {
#ifdef IPV6_V6ONLY
struct sockaddr_in6 sa, local;
int fd = -1, yes, r;
int ttl;
fail:
if (fd >= 0)
close(fd);
#endif
return -1;
int avahi_open_unicast_socket_ipv6(void) {
struct sockaddr_in6 local;
int fd = -1, yes;