Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDip_icmp.h99 struct id_ts { /* ICMP Timestamp */ struct
104 uint32_t its_otime; /* Originate */
105 uint32_t its_rtime; /* Receive */
106 uint32_t its_ttime; /* Transmit */
107 } id_ts; member
/NextBSD/contrib/ipfilter/ipsend/.OLD/
HDip_compat.h206 struct id_ts { struct
207 n_time its_otime;
208 n_time its_rtime;
209 n_time its_ttime;
210 } id_ts; member
/NextBSD/contrib/tcpdump/
HDprint-icmp.c70 struct id_ts { struct
71 uint32_t its_otime;
72 uint32_t its_rtime;
73 uint32_t its_ttime;
74 } id_ts; member