Searched defs:ip_timestamp (Results 1 – 2 of 2) sorted by relevance
125 struct ip_timestamp { struct126 nd_uint8_t ipt_code; /* IPOPT_TS */127 nd_uint8_t ipt_len; /* size of structure (variable) */128 nd_uint8_t ipt_ptr; /* index of current entry */129 nd_uint8_t ipt_oflwflg; /* flags, overflow counter */132 union ipt_timestamp {138 } ipt_timestamp;
66 struct ip_timestamp { struct67 uint8_t ipt_code;68 uint8_t ipt_len;69 uint8_t ipt_ptr;71 unsigned int ipt_flg:4;72 unsigned int ipt_oflw:4;74 unsigned int ipt_oflw:4;75 unsigned int ipt_flg:4;77 uint32_t data[9];