Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h101 #define icmp_otime icmp_dun.id_ts.its_otime macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c961 (ulong_t)ntohl(icp->icmp_otime), in check_reply()
973 triptime -= ntohl(icp->icmp_otime); in check_reply()
H A Dping.c2134 icp->icmp_otime = htonl((tp->tv_sec % (24*60*60)) * 1000 + in pinger()