Searched defs:ip_timestamp (Results 1 – 3 of 3) sorted by relevance
11 struct ip_timestamp { struct12 char ipt_code;13 char ipt_len;14 char ipt_ptr;16 ipt_flg: 4,17 ipt_oflw: 4;18 union ipt_timestamp {24 } ipt_timestamp__packed;
125 struct ip_timestamp { struct126 u_int8_t ipt_code; /* IPOPT_TS */127 u_int8_t ipt_len; /* size of structure (variable) */128 u_int8_t ipt_ptr; /* index of current entry */129 u_int8_t ipt_flg_oflw; /* flags, see below, overflow counter */130 union ipt_timestamp {136 } ipt_timestamp;
193 struct ip_timestamp { struct194 u_int8_t ipt_code; /* IPOPT_TS */195 u_int8_t ipt_len; /* size of structure (variable) */196 u_int8_t ipt_ptr; /* index of current entry */198 unsigned int ipt_flg:4, /* flags, see below */199 ipt_oflw:4; /* overflow counter */202 unsigned int ipt_oflw:4, /* overflow counter */203 ipt_flg:4; /* flags, see below */205 union ipt_timestamp {211 } ipt_timestamp;