Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip.h173 struct ip_timestamp { struct
174 u_char ipt_code; /* IPOPT_TS */
175 u_char ipt_len; /* size of structure (variable) */
176 u_char ipt_ptr; /* index of current entry */
178 u_char ipt_flg:4, /* flags, see below */
179 ipt_oflw:4; /* overflow counter */
182 u_char ipt_oflw:4, /* overflow counter */
183 ipt_flg:4; /* flags, see below */
185 union ipt_timestamp {
191 } ipt_timestamp;
/f-stack/freebsd/netinet/
H A Dip.h173 struct ip_timestamp { struct
174 u_char ipt_code; /* IPOPT_TS */
175 u_char ipt_len; /* size of structure (variable) */
176 u_char ipt_ptr; /* index of current entry */
178 u_char ipt_flg:4, /* flags, see below */
179 ipt_oflw:4; /* overflow counter */
182 u_char ipt_oflw:4, /* overflow counter */
183 ipt_flg:4; /* flags, see below */
185 union ipt_timestamp {
191 } ipt_timestamp;