Searched defs:ip6_frag (Results 1 – 2 of 2) sorted by relevance
201 struct ip6_frag { struct202 nd_uint8_t ip6f_nxt; /* next header */203 nd_uint8_t ip6f_reserved; /* reserved field */204 nd_uint16_t ip6f_offlg; /* offset, reserved, and flag */205 nd_uint32_t ip6f_ident; /* identification */
234 struct ip6_frag { struct235 u_int8_t ip6f_nxt; /* next header */236 u_int8_t ip6f_reserved; /* reserved field */237 u_int16_t ip6f_offlg; /* offset, reserved, and flag */238 u_int32_t ip6f_ident; /* identification */