Home
last modified time | relevance | path

Searched defs:ip_timestamp (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/netbsd-tests/usr.bin/xlint/lint1/
HDd_packed_structs.c6 struct ip_timestamp { struct
7 char ipt_code;
8 char ipt_len;
9 char ipt_ptr;
10 unsigned int ipt_flg:4,
11 ipt_oflw:4;
12 union ipt_timestamp {
18 } ipt_timestamp __packed;
/trueos/sys/netinet/
HDip.h165 struct ip_timestamp { struct
166 u_char ipt_code; /* IPOPT_TS */
167 u_char ipt_len; /* size of structure (variable) */
168 u_char ipt_ptr; /* index of current entry */
170 u_char ipt_flg:4, /* flags, see below */
171 ipt_oflw:4; /* overflow counter */
174 u_char ipt_oflw:4, /* overflow counter */
175 ipt_flg:4; /* flags, see below */
177 union ipt_timestamp {
183 } ipt_timestamp;
/trueos/contrib/tcpdump/
HDip.h123 struct ip_timestamp { struct
124 u_int8_t ipt_code; /* IPOPT_TS */
125 u_int8_t ipt_len; /* size of structure (variable) */
126 u_int8_t ipt_ptr; /* index of current entry */
127 u_int8_t ipt_oflwflg; /* flags, overflow counter */
130 union ipt_timestamp {
136 } ipt_timestamp;
/trueos/sys/sys/mach/ipc/
HDipc_port.h267 #define ip_timestamp data.timestamp macro