Searched defs:ip_timestamp (Results 1 – 1 of 1) sorted by relevance
130 struct ip_timestamp { struct131 uchar_t ipt_code; /* IPOPT_TS */132 uchar_t ipt_len; /* size of structure (variable) */133 uchar_t ipt_ptr; /* index of current entry */135 uchar_t ipt_flg:4, /* flags, see below */136 ipt_oflw:4; /* overflow counter */138 uchar_t ipt_oflw:4, /* overflow counter */139 ipt_flg:4; /* flags, see below */141 union ipt_timestamp {147 } ipt_timestamp;