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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c138 static int sock6; variable
489 sock = sock6;
526 sock = sock6;
690 sock6 = socket(AF_INET6, SOCK_DGRAM, 0);
691 if (sock6 < 0) {
934 sock = sock6;
2072 if (ioctl(sock6, SIOCGLIFADDR, &lifr) < 0) {

Completed in 78 milliseconds