Searched defs:ip_timestamp (Results 1 – 2 of 2) 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;
166 struct ip_timestamp { struct167 u_char ipt_code; /* IPOPT_TS */168 u_char ipt_len; /* size of structure (variable) */169 u_char ipt_ptr; /* index of current entry */171 u_char ipt_flg:4, /* flags, see below */172 ipt_oflw:4; /* overflow counter */175 u_char ipt_oflw:4, /* overflow counter */176 ipt_flg:4; /* flags, see below */178 union ipt_timestamp {184 } ipt_timestamp;