Home
last modified time | relevance | path

Searched refs:ICMP6_PACKET_TOO_BIG (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.41.3/bsd/netinet/
H A Dicmp6.h128 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
241 ((type) == ICMP6_DST_UNREACH || (type) == ICMP6_PACKET_TOO_BIG || \
805 case ICMP6_PACKET_TOO_BIG: \
/xnu-11215.41.3/bsd/net/
H A Dnat464_utils.c303 case ICMP6_PACKET_TOO_BIG: in nat464_translate_icmp()
400 type = ICMP6_PACKET_TOO_BIG; in nat464_translate_icmp()
H A Dpf.c4646 case ICMP6_PACKET_TOO_BIG: in pf_translate_icmp_af()
4743 type = ICMP6_PACKET_TOO_BIG; in pf_translate_icmp_af()
9556 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()
/xnu-11215.41.3/bsd/netinet6/
H A Dicmp6.c223 case ICMP6_PACKET_TOO_BIG: in icmp6_errcount()
333 (type != ICMP6_PACKET_TOO_BIG && in icmp6_error_flag()
618 case ICMP6_PACKET_TOO_BIG: in icmp6_input()
1178 if (icmp6type == ICMP6_PACKET_TOO_BIG) { in icmp6_notify_error()
H A Dip6_forward.c605 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu); in ip6_forward()