Home
last modified time | relevance | path

Searched defs:ip6_frag (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip6.h279 struct ip6_frag { struct
280 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 */
/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.c1350 struct ip6_frag ip6_frag; in if_ports_used_match_mbuf() local