Searched defs:probe_all (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c171 static boolean_t probe_all = _B_FALSE; /* probe all the IFs of the target */ variable
301 probe_all = _B_TRUE;
473 * If it's probe_all, SIGQUIT makes traceroute exit(). But we set the
477 if (probe_all) {
525 * If it's probe_all, SIGINT makes traceroute skip to probing next IP
529 if (probe_all)
535 * We KNOW that probe_all == TRUE if family is AF_UNSPEC,
537 * probe_all. So if family == AF_UNSPEC, we need to init pr4 and pr6.
592 if (num_v4 + num_v6 > 1 && !probe_all) {
671 if (*family == AF_UNSPEC && !probe_all) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c153 boolean_t probe_all = _B_FALSE; /* probe all the IP addresses */ variable
316 probe_all = _B_TRUE;
701 if (probe_all || !nflag) {
771 if (probe_all)
898 if (family_input == AF_UNSPEC && !probe_all) {
1119 if (probe_all) {
1816 if (!probe_all) {
1835 if (stats || !probe_all)
2026 if (probe_all)
2319 * If this is probe_all an
[all...]

Completed in 66 milliseconds