Home
last modified time | relevance | path

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

/xnu-8792.61.2/tests/
H A DIP6_EXTHDR_CHECK_61873584.c51 packet1.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
67 packet2.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
/xnu-8792.61.2/bsd/net/
H A Dnat464_utils.c615 p_ip6h->ip6_nxt = IPPROTO_FRAGMENT; in nat464_insert_frag46()
645 if (*proto == IPPROTO_FRAGMENT) { in nat464_translate_64()
1074 case IPPROTO_FRAGMENT: in nat464_translate_proto()
H A Dif_ports_used.c1475 if (l4_proto == IPPROTO_FRAGMENT) { in if_ports_used_match_mbuf()
H A Dpf_norm.c2320 case IPPROTO_FRAGMENT: in pf_normalize_ip6()
H A Dpf.c8068 case IPPROTO_FRAGMENT: in pf_test_state_icmp()
10387 case IPPROTO_FRAGMENT: { in pf_test6()
H A Dif_bridge.c4315 if (proto == IPPROTO_FRAGMENT) {
/xnu-8792.61.2/bsd/netinet/
H A Din.h160 #define IPPROTO_FRAGMENT 44 /* IP6 fragmentation header */ macro
H A Din.c2833 case IPPROTO_FRAGMENT: in ipproto_cassert()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c272 if (__improbable(ip6->ip6_nxt == IPPROTO_FRAGMENT)) { in flow_pkt_classify()
/xnu-8792.61.2/bsd/netinet6/
H A Din6_proto.c266 .pr_protocol = IPPROTO_FRAGMENT,
H A Dip6_input.c2158 case IPPROTO_FRAGMENT: in ip6_get_prevhdr()
2206 case IPPROTO_FRAGMENT: in ip6_nexthdr()
H A Dip6_output.c1840 *lexthdrsp = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
1843 ip6->ip6_nxt = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
H A Dicmp6.c1087 case IPPROTO_FRAGMENT: in icmp6_notify_error()