Searched defs:ip_timestamp (Results 1 – 2 of 2) sorted by relevance
129 struct ip_timestamp { struct130 uchar_t ipt_code; /* IPOPT_TS */131 uchar_t ipt_len; /* size of structure (variable) */132 uchar_t ipt_ptr; /* index of current entry */134 uchar_t ipt_flg:4, /* flags, see below */135 ipt_oflw:4; /* overflow counter */137 uchar_t ipt_oflw:4, /* overflow counter */138 ipt_flg:4; /* flags, see below */140 union ipt_timestamp {146 } 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;