Searched defs:ip_timestamp (Results 1 – 4 of 4) 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;
165 struct ip_timestamp { struct166 u_char ipt_code; /* IPOPT_TS */167 u_char ipt_len; /* size of structure (variable) */168 u_char ipt_ptr; /* index of current entry */170 u_char ipt_flg:4, /* flags, see below */171 ipt_oflw:4; /* overflow counter */174 u_char ipt_oflw:4, /* overflow counter */175 ipt_flg:4; /* flags, see below */177 union ipt_timestamp {183 } ipt_timestamp;
123 struct ip_timestamp { struct124 u_int8_t ipt_code; /* IPOPT_TS */125 u_int8_t ipt_len; /* size of structure (variable) */126 u_int8_t ipt_ptr; /* index of current entry */127 u_int8_t ipt_oflwflg; /* flags, overflow counter */130 union ipt_timestamp {136 } ipt_timestamp;
267 #define ip_timestamp data.timestamp macro