Searched defs:ip_timestamp (Results 1 – 2 of 2) sorted by relevance
148 struct ip_timestamp { struct149 u_int8_t ipt_code; /* IPOPT_TS */150 u_int8_t ipt_len; /* size of structure (variable) */151 u_int8_t ipt_ptr; /* index of current entry */153 u_int32_t ipt_flg:4, /* flags, see below */154 ipt_oflw:4; /* overflow counter */157 u_int32_t ipt_oflw:4, /* overflow counter */158 ipt_flg:4; /* flags, see below */160 union ipt_timestamp {166 } ipt_timestamp;