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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c529 int sockfd, sockf6, len, lastlen, flags, myflags; local
549 sockf6 = -1;
741 if (sockf6 == -1)
742 sockf6 = socket(AF_INET6, SOCK_DGRAM, 0);
746 if (ioctl(sockf6, SIOCGIFNETMASK_IN6, &ifr6) < 0) {
792 if (sockf6 != -1) {
793 junk = close(sockf6);

Completed in 58 milliseconds