Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_icmp.h98 struct id_ts { /* ICMP Timestamp */ struct
106 } id_ts; member
115 #define icmp_otime icmp_dun.id_ts.its_otime
116 #define icmp_rtime icmp_dun.id_ts.its_rtime
117 #define icmp_ttime icmp_dun.id_ts.its_ttime
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c67 struct id_ts { struct
71 } id_ts; member
79 #define icmp_otime icmp_dun.id_ts.its_otime
80 #define icmp_rtime icmp_dun.id_ts.its_rtime
81 #define icmp_ttime icmp_dun.id_ts.its_ttime