Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/
H A DIP6_EXTHDR_CHECK_61873584.c51 packet1.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
67 packet2.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
/xnu-10002.41.9/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.c1532 if (l4_proto == IPPROTO_FRAGMENT) { in if_ports_used_match_mbuf()
H A Dpf_norm.c2319 case IPPROTO_FRAGMENT: in pf_normalize_ip6()
H A Dpf.c8124 case IPPROTO_FRAGMENT: in pf_test_state_icmp()
10441 case IPPROTO_FRAGMENT: { in pf_test6()
H A Dif_bridge.c4434 if (proto == IPPROTO_FRAGMENT) {
/xnu-10002.41.9/bsd/netinet/
H A Din.h160 #define IPPROTO_FRAGMENT 44 /* IP6 fragmentation header */ macro
H A Din.c2439 case IPPROTO_FRAGMENT: in ipproto_cassert()
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c272 if (__improbable(ip6->ip6_nxt == IPPROTO_FRAGMENT)) { in flow_pkt_classify()
/xnu-10002.41.9/bsd/netinet6/
H A Din6_proto.c267 .pr_protocol = IPPROTO_FRAGMENT,
H A Dip6_input.c2161 case IPPROTO_FRAGMENT: in ip6_get_prevhdr()
2209 case IPPROTO_FRAGMENT: in ip6_nexthdr()
H A Dip6_output.c1841 *lexthdrsp = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
1844 ip6->ip6_nxt = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
H A Dicmp6.c1087 case IPPROTO_FRAGMENT: in icmp6_notify_error()