Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/ !
H A DIP6_EXTHDR_CHECK_61873584.c51 packet1.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
67 packet2.hbh.ip6h_nxt = IPPROTO_FRAGMENT;
/xnu-8020.121.3/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.c1346 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.c7939 case IPPROTO_FRAGMENT: in pf_test_state_icmp()
10257 case IPPROTO_FRAGMENT: { in pf_test6()
H A Dif_bridge.c4262 if (proto == IPPROTO_FRAGMENT) {
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_classifier.c271 if (__improbable(ip6->ip6_nxt == IPPROTO_FRAGMENT)) { in flow_pkt_classify()
/xnu-8020.121.3/bsd/netinet/ !
H A Din.h160 #define IPPROTO_FRAGMENT 44 /* IP6 fragmentation header */ macro
/xnu-8020.121.3/bsd/netinet6/ !
H A Din6_proto.c266 .pr_protocol = IPPROTO_FRAGMENT,
H A Dip6_input.c2152 case IPPROTO_FRAGMENT: in ip6_get_prevhdr()
2200 case IPPROTO_FRAGMENT: in ip6_nexthdr()
H A Dip6_output.c1845 *lexthdrsp = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
1848 ip6->ip6_nxt = IPPROTO_FRAGMENT; in ip6_do_fragmentation()
H A Dicmp6.c1058 case IPPROTO_FRAGMENT: in icmp6_notify_error()