Searched defs:ip6_frag (Results 1 – 2 of 2) sorted by relevance
279 struct ip6_frag { struct280 u_int8_t ip6f_nxt; /* next header */281 u_int8_t ip6f_reserved; /* reserved field */282 u_int16_t ip6f_offlg; /* offset, reserved, and flag */283 u_int32_t ip6f_ident; /* identification */
1350 struct ip6_frag ip6_frag; in if_ports_used_match_mbuf() local