Searched defs:ip_timestamp (Results 1 – 2 of 2) sorted by relevance
173 struct ip_timestamp { struct174 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;