Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/lib/
HDicmptypes.c29 # undef ICMP6_PACKET_TOO_BIG
30 # define ICMP6_PACKET_TOO_BIG 0 macro
102 { "toobig", -1, ICMP6_PACKET_TOO_BIG },
/freebsd-11-stable/sys/netinet6/
HDip6_fastfwd.c201 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh.nh_mtu); in ip6_tryforward()
221 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh.nh_mtu); in ip6_tryforward()
HDip6_forward.c379 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
HDicmp6.c187 case ICMP6_PACKET_TOO_BIG: in icmp6_errcount()
301 (type != ICMP6_PACKET_TOO_BIG && in icmp6_error()
499 case ICMP6_PACKET_TOO_BIG: in icmp6_input()
1085 if (icmp6type == ICMP6_PACKET_TOO_BIG) { in icmp6_notify_error()
HDsctp6_usrreq.c223 case ICMP6_PACKET_TOO_BIG: in sctp6_notify()
HDip6_mroute.c1620 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
/freebsd-11-stable/sys/netinet/
HDicmp6.h91 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
726 case ICMP6_PACKET_TOO_BIG: \
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
HDnat64clat.c168 case ICMP6_PACKET_TOO_BIG: in nat64clat_handle_icmp6()
HDnat64stl.c168 case ICMP6_PACKET_TOO_BIG: in nat64stl_handle_icmp6()
HDnat64_translate.c657 case ICMP6_PACKET_TOO_BIG: in nat64_icmp6_reflect()
891 type = ICMP6_PACKET_TOO_BIG; in nat64_icmp_translate()
1338 case ICMP6_PACKET_TOO_BIG: in nat64_handle_icmp6()
1608 nat64_icmp6_reflect(m, ICMP6_PACKET_TOO_BIG, 0, nh.nh_mtu, in nat64_do_handle_ip6()
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_compat.h948 #ifndef ICMP6_PACKET_TOO_BIG
949 # define ICMP6_PACKET_TOO_BIG 2 macro
HDfil.c919 case ICMP6_PACKET_TOO_BIG :
/freebsd-11-stable/contrib/tcpdump/
HDprint-icmp6.c101 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
501 { ICMP6_PACKET_TOO_BIG, "packet too big"},
969 case ICMP6_PACKET_TOO_BIG: in icmp6_print()
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
HDnptv6.c149 case ICMP6_PACKET_TOO_BIG: in nptv6_translate_icmpv6()
/freebsd-11-stable/usr.sbin/traceroute6/
HDtraceroute6.c1231 case ICMP6_PACKET_TOO_BIG: in pr_type()
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_cm.c1284 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu); in ipoib_cm_mb_reap()
/freebsd-11-stable/sbin/pfctl/
HDpfctl_parser.c113 { "toobig", ICMP6_PACKET_TOO_BIG },
/freebsd-11-stable/contrib/ipfilter/tools/
HDipmon.c273 { ICMP6_PACKET_TOO_BIG, NULL, 0, "toobig" },
/freebsd-11-stable/sbin/ping6/
HDping6.c2317 case ICMP6_PACKET_TOO_BIG: in pr_icmph()
/freebsd-11-stable/sys/netpfil/pf/
HDpf.c3295 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_rule()
4613 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_state_icmp()
5776 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()