Home
last modified time | relevance | path

Searched refs:lsock_v6 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c54 static int lsock_v6; /* Listen socket to detect mpathd */ variable
1249 (void) close(lsock_v6); in cleanup()
2061 lsock_v6 = setup_listener(AF_INET6); in main()
2063 if (lsock_v4 < 0 && lsock_v6 < 0) { in main()
2177 else if (pollfds[i].fd == lsock_v6) in main()
2178 loopback_cmd(lsock_v6, AF_INET6); in main()
2767 if (fd != lsock_v4 && fd != lsock_v6) in closefunc()