Home
last modified time | relevance | path

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

/xnu-11215.61.5/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-11215.61.5/bsd/net/
H A Dif_ports_used.c1655 struct ip6_frag ip6_frag; in if_ports_used_match_mbuf() local
/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c689 struct ip6_frag *__single ip6_frag = in rx_process_ip_frag() local