Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h129 extern boolean_t use_icmp_ts;
H A Dping.c142 boolean_t use_icmp_ts = _B_FALSE; /* Use ICMP timestamp request */ variable
419 use_icmp_ts = _B_FALSE; in main()
464 use_icmp_ts = _B_TRUE; in main()
2026 } else if (use_icmp_ts) { /* family is AF_INET */ in pinger()
2052 (family == AF_INET && use_icmp_ts)) in pinger()
2055 if (family == AF_INET && use_icmp_ts) { in pinger()
H A Dping_aux.c536 if (!use_udp && !use_icmp_ts) in check_reply()
847 if (use_icmp_ts) in check_reply()