Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c53 static int lsock_v4; /* Listen socket to detect mpathd */ variable
1248 (void) close(lsock_v4); in cleanup()
2060 lsock_v4 = setup_listener(AF_INET); in main()
2063 if (lsock_v4 < 0 && lsock_v6 < 0) { in main()
2175 if (pollfds[i].fd == lsock_v4) in main()
2176 loopback_cmd(lsock_v4, AF_INET); in main()
2767 if (fd != lsock_v4 && fd != lsock_v6) in closefunc()