Searched defs:ip_timestamp (Results 1 – 3 of 3) sorted by relevance
6 struct ip_timestamp { struct7 char ipt_code;8 char ipt_len;9 char ipt_ptr;10 unsigned int ipt_flg:4,11 ipt_oflw:4;12 union ipt_timestamp {18 } ipt_timestamp __packed;
171 struct ip_timestamp { struct172 u_char ipt_code; /* IPOPT_TS */173 u_char ipt_len; /* size of structure (variable) */174 u_char ipt_ptr; /* index of current entry */176 u_char ipt_flg:4, /* flags, see below */177 ipt_oflw:4; /* overflow counter */180 u_char ipt_oflw:4, /* overflow counter */181 ipt_flg:4; /* flags, see below */183 union ipt_timestamp {189 } ipt_timestamp;
124 struct ip_timestamp { struct125 nd_uint8_t ipt_code; /* IPOPT_TS */126 nd_uint8_t ipt_len; /* size of structure (variable) */127 nd_uint8_t ipt_ptr; /* index of current entry */128 nd_uint8_t ipt_oflwflg; /* flags, overflow counter */131 union ipt_timestamp {137 } ipt_timestamp;