Searched defs:ip_timestamp (Results 1 – 1 of 1) sorted by relevance
169 struct ip_timestamp { struct170 u_int8_t ipt_code; /* IPOPT_TS */171 u_int8_t ipt_len; /* size of structure (variable) */172 u_int8_t ipt_ptr; /* index of current entry */174 u_int ipt_flg:4, /* flags, see below */175 ipt_oflw:4; /* overflow counter */178 u_int ipt_oflw:4, /* overflow counter */179 ipt_flg:4; /* flags, see below */181 union ipt_timestamp {187 } ipt_timestamp;