Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c442 pii->pii_probe_sock = -1; in phyint_inst_create()
834 if (pii->pii_probe_sock != -1) in phyint_inst_sockinit()
857 if (success && (poll_add(pii->pii_probe_sock) == 0)) in phyint_inst_sockinit()
861 if (pii->pii_probe_sock != -1) in phyint_inst_sockinit()
893 if (pii->pii_probe_sock < 0) { in phyint_inst_v6_sockinit()
906 if (fcntl(pii->pii_probe_sock, F_SETFL, in phyint_inst_v6_sockinit()
1016 if (pii->pii_probe_sock < 0) { in phyint_inst_v4_sockinit()
1029 if (fcntl(pii->pii_probe_sock, F_SETFL, in phyint_inst_v4_sockinit()
1582 if (pii->pii_probe_sock != -1) in phyint_inst_delete()
1876 if (pii->pii_probe_sock != -1) in logint_init_from_k()
[all …]
H A Dmpd_tables.h86 (((pii) != NULL) && ((pii)->pii_probe_sock != -1) && \
235 int pii_probe_sock; /* Socket for ICMP Probe packets */ member
H A Dmpd_main.c534 if (pii->pii_probe_sock != -1) in stop_probing()
541 if (pii->pii_probe_sock != -1) in stop_probing()
678 if (pii->pii_probe_sock != -1) in select_test_ifs()
2157 if (pollfds[i].fd == pii->pii_probe_sock) { in main()
2867 (void) poll_remove(pii->pii_probe_sock); in close_probe_socket()
2868 (void) close(pii->pii_probe_sock); in close_probe_socket()
2869 pii->pii_probe_sock = -1; in close_probe_socket()
H A Dmpd_probe.c231 assert(pii->pii_probe_sock != -1); in probe()
300 rval = sendto(pii->pii_probe_sock, &probe_pkt, sizeof (probe_pkt), 0, in probe()
400 if ((len = recvmsg(pii->pii_probe_sock, &msg, 0)) < 0) { in in_data()
524 if ((len = recvmsg(pii->pii_probe_sock, &msg, 0)) < 0) { in in6_data()