Searched defs:ip_timestamp (Results 1 – 2 of 2) sorted by relevance
208 struct ip_timestamp { struct209 u_char ipt_code; /* IPOPT_TS */210 u_char ipt_len; /* size of structure (variable) */211 u_char ipt_ptr; /* index of current entry */213 u_int ipt_flg:4, /* flags, see below */214 ipt_oflw:4; /* overflow counter */217 u_int ipt_oflw:4, /* overflow counter */218 ipt_flg:4; /* flags, see below */220 union ipt_timestamp {226 } ipt_timestamp;
149 ipc_port_timestamp_t ip_timestamp; member