Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_fastfwd.c207 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu); in ip6_tryforward()
227 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu); in ip6_tryforward()
H A Dip6_forward.c377 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
H A Dicmp6.c192 case ICMP6_PACKET_TOO_BIG: in icmp6_errcount()
301 (type != ICMP6_PACKET_TOO_BIG && in icmp6_error()
491 case ICMP6_PACKET_TOO_BIG: in icmp6_input()
1083 if (icmp6type == ICMP6_PACKET_TOO_BIG) { in icmp6_notify_error()
H A Dsctp6_usrreq.c210 case ICMP6_PACKET_TOO_BIG: in sctp6_notify()
H A Dip6_mroute.c1614 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h97 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
739 case ICMP6_PACKET_TOO_BIG: \
/f-stack/freebsd/netinet/
H A Dicmp6.h93 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
735 case ICMP6_PACKET_TOO_BIG: \
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat.c168 case ICMP6_PACKET_TOO_BIG: in nat64clat_handle_icmp6()
H A Dnat64stl.c168 case ICMP6_PACKET_TOO_BIG: in nat64stl_handle_icmp6()
H A Dnat64_translate.c702 case ICMP6_PACKET_TOO_BIG: in nat64_icmp6_reflect()
950 type = ICMP6_PACKET_TOO_BIG; in nat64_icmp_translate()
1397 case ICMP6_PACKET_TOO_BIG: in nat64_handle_icmp6()
1668 nat64_icmp6_reflect(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu, in nat64_do_handle_ip6()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h953 #ifndef ICMP6_PACKET_TOO_BIG
954 # define ICMP6_PACKET_TOO_BIG 2 macro
H A Dfil.c921 case ICMP6_PACKET_TOO_BIG :
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c152 case ICMP6_PACKET_TOO_BIG: in nptv6_translate_icmpv6()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3398 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_rule()
4725 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_state_icmp()
5744 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()