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;
170 struct ip_timestamp { struct171 u_char ipt_code; /* IPOPT_TS */172 u_char ipt_len; /* size of structure (variable) */173 u_char ipt_ptr; /* index of current entry */175 u_char ipt_flg:4, /* flags, see below */176 ipt_oflw:4; /* overflow counter */179 u_char ipt_oflw:4, /* overflow counter */180 ipt_flg:4; /* flags, see below */182 union ipt_timestamp {188 } 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;