Home
last modified time | relevance | path

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

/csrg-svn/sys/netinet/
H A Dip.h99 struct ip_timestamp { struct
100 u_char ipt_code; /* IPOPT_TS */
101 u_char ipt_len; /* size of structure (variable) */
102 u_char ipt_ptr; /* index of current entry */
104 u_char ipt_flg:4, /* flags, see below */
105 ipt_oflw:4; /* overflow counter */
108 u_char ipt_oflw:4, /* overflow counter */
109 ipt_flg:4; /* flags, see below */
111 union ipt_timestamp {
117 } ipt_timestamp;