Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c369 if (stats && probe_all && npackets > 0 && in check_reply()
384 if (probe_all && !stats) { in check_reply()
412 if (!probe_all) { in check_reply()
569 if (stats && probe_all && npackets > 0 && in check_reply()
585 if (probe_all && !stats) { in check_reply()
612 if (!probe_all) { in check_reply()
880 if (stats && probe_all && npackets > 0 && in check_reply()
896 if (probe_all && !stats) { in check_reply()
923 if (!probe_all) { in check_reply()
H A Dping_aux6.c405 if (stats && probe_all && npackets > 0 && in check_reply6()
420 if (probe_all && !stats) { in check_reply6()
447 if (!probe_all) { in check_reply6()
708 if (stats && probe_all && npackets > 0 && in check_reply6()
724 if (probe_all && !stats) { in check_reply6()
751 if (!probe_all) { in check_reply6()
H A Dping.h119 extern boolean_t probe_all;
H A Dping.c154 boolean_t probe_all = _B_FALSE; /* probe all the IP addresses */ variable
316 probe_all = _B_TRUE; in main()
701 if (probe_all || !nflag) { in main()
771 if (probe_all) in build_targetaddr_list()
898 if (family_input == AF_UNSPEC && !probe_all) { in resolve_nodes()
1119 if (probe_all) { in select_all_src_addrs()
1816 if (!probe_all) { in send_scheduled_probe()
1835 if (stats || !probe_all) in send_scheduled_probe()
2026 if (probe_all) in is_a_target()
2325 if (probe_all && !stats) { in find_dstaddr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c174 static boolean_t probe_all = _B_FALSE; /* probe all the IFs of the target */ variable
314 probe_all = _B_TRUE; in main()
490 if (probe_all) { in main()
553 if (probe_all) in main()
616 if (num_v4 + num_v6 > 1 && !probe_all) { in main()
695 if (*family == AF_UNSPEC && !probe_all) { in resolve_nodes()
1432 if (!probe_all) in trace_it()
1441 if (ai_dst->ai_family == AF_INET6 || (probe_all && num_v6)) { in trace_it()
1613 if (probe_all) { in traceroute()
1809 if (probe_all) in traceroute()