Searched defs:other_af_sock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c498 int other_af_sock; local
502 other_af_sock = (af == AF_INET ? iph->iph_sock6 : iph->iph_sock);
506 * other_af_sock is the socket for the "other" address family.
510 if (ioctl(other_af_sock, SIOCGLIFGROUPNAME, &lifr) != 0)
514 if (ioctl(other_af_sock, SIOCGLIFGROUPINFO, &lifgr) != 0)

Completed in 48 milliseconds