Searched defs:ip6_frag (Results 1 – 2 of 2) sorted by relevance
197 struct ip6_frag { struct198 nd_uint8_t ip6f_nxt; /* next header */199 nd_uint8_t ip6f_reserved; /* reserved field */200 nd_uint16_t ip6f_offlg; /* offset, reserved, and flag */201 nd_uint32_t ip6f_ident; /* identification */
247 struct ip6_frag { struct248 u_int8_t ip6f_nxt; /* next header */249 u_int8_t ip6f_reserved; /* reserved field */250 u_int16_t ip6f_offlg; /* offset, reserved, and flag */251 u_int32_t ip6f_ident; /* identification */