Home
last modified time | relevance | path

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

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dd_packed_structs.c11 struct ip_timestamp { struct
12 char ipt_code;
13 char ipt_len;
14 char ipt_ptr;
16 ipt_flg: 4,
17 ipt_oflw: 4;
18 union ipt_timestamp {
24 } ipt_timestamp__packed;
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip.h125 struct ip_timestamp { struct
126 u_int8_t ipt_code; /* IPOPT_TS */
127 u_int8_t ipt_len; /* size of structure (variable) */
128 u_int8_t ipt_ptr; /* index of current entry */
129 u_int8_t ipt_flg_oflw; /* flags, see below, overflow counter */
130 union ipt_timestamp {
136 } ipt_timestamp;
/netbsd-src/sys/netinet/
H A Dip.h193 struct ip_timestamp { struct
194 u_int8_t ipt_code; /* IPOPT_TS */
195 u_int8_t ipt_len; /* size of structure (variable) */
196 u_int8_t ipt_ptr; /* index of current entry */
198 unsigned int ipt_flg:4, /* flags, see below */
199 ipt_oflw:4; /* overflow counter */
202 unsigned int ipt_oflw:4, /* overflow counter */
203 ipt_flg:4; /* flags, see below */
205 union ipt_timestamp {
211 } ipt_timestamp;