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;
125 struct ip_timestamp { global() struct 126 ipt_codeip_timestamp global() argument 127 ipt_lenip_timestamp global() argument 128 ipt_ptrip_timestamp global() argument 129 ipt_oflwflgip_timestamp global() argument 132 ipt_timestampip_timestamp global() argument 138 ipt_timestampip_timestamp global() argument