Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h89 struct id_ts { struct
93 } id_ts; member
101 #define icmp_otime icmp_dun.id_ts.its_otime
102 #define icmp_rtime icmp_dun.id_ts.its_rtime
103 #define icmp_ttime icmp_dun.id_ts.its_ttime
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c840 if (cc_left < sizeof (struct id_ts)) { in check_reply()
H A Dping.c2126 start = sizeof (struct id_ts); /* skip for ICMP timestamps */ in pinger()