Home
last modified time | relevance | path

Searched refs:IPPROTO_FRAGMENT (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.81.4/tests/
H A DIP6_EXTHDR_CHECK_61873584.c51 packet1.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
67 packet2.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
/xnu-12377.81.4/tests/skywalk/
H A Dskt_reass.c251 ip6->ip6_nxt = IPPROTO_FRAGMENT; in bad_fraglen_build()
325 ip6->ip6_nxt = IPPROTO_FRAGMENT; in timeout_build()
406 ip6->ip6_nxt = IPPROTO_FRAGMENT; in atomic_build()
500 ip6->ip6_nxt = IPPROTO_FRAGMENT; in queue_limit_build()
H A Dskywalk_test_utils.c2424 ip6->ip6_nxt = needs_frag ? IPPROTO_FRAGMENT : proto; in sktu_create_ip6_frames()
/xnu-12377.81.4/bsd/net/
H A Dnat464_utils.c627 p_ip6h->ip6_nxt = IPPROTO_FRAGMENT; in nat464_insert_frag46()
657 if (*proto == IPPROTO_FRAGMENT) { in nat464_translate_64()
1092 case IPPROTO_FRAGMENT: in nat464_translate_proto()
H A Dif_ports_used.c2013 if (l4_proto == IPPROTO_FRAGMENT) { in if_ports_used_match_mbuf()
H A Dpf_norm.c2321 if (proto == IPPROTO_FRAGMENT) { in pf_normalize_ip6()
H A Dpf.c8107 case IPPROTO_FRAGMENT: in pf_test_state_icmp()
10443 case IPPROTO_FRAGMENT: { in pf_test6()
H A Dif_bridge.c4632 if (proto == IPPROTO_FRAGMENT) {
/xnu-12377.81.4/bsd/netinet/
H A Din.h160 #define IPPROTO_FRAGMENT 44 /* IP6 fragmentation header */ macro
H A Din.c2289 case IPPROTO_FRAGMENT: in ipproto_cassert()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c298 if (__improbable(ip6->ip6_nxt == IPPROTO_FRAGMENT)) { in flow_pkt_classify()
/xnu-12377.81.4/bsd/netinet6/
H A Din6_proto.c264 .pr_protocol = IPPROTO_FRAGMENT,
H A Dip6_input.c2222 case IPPROTO_FRAGMENT: in ip6_get_prevhdr()
2270 case IPPROTO_FRAGMENT: in ip6_nexthdr()
H A Dip6_output.c1896 *lexthdrsp = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
1899 ip6->ip6_nxt = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
H A Dicmp6.c1092 case IPPROTO_FRAGMENT: in icmp6_notify_error()