Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c29 # undef ICMP6_PACKET_TOO_BIG
30 # define ICMP6_PACKET_TOO_BIG 0 macro
102 { "toobig", -1, ICMP6_PACKET_TOO_BIG },
/freebsd/sys/netinet6/
H A Dip6_fastfwd.c206 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu); in ip6_tryforward()
226 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu); in ip6_tryforward()
H A Dicmp6.c197 case ICMP6_PACKET_TOO_BIG: in icmp6_errcount()
307 (type != ICMP6_PACKET_TOO_BIG && in icmp6_error()
417 case ICMP6_PACKET_TOO_BIG: in icmp6_errmap()
530 case ICMP6_PACKET_TOO_BIG: in icmp6_input()
1112 if (icmp6type == ICMP6_PACKET_TOO_BIG) { in icmp6_notify_error()
2878 case ICMP6_PACKET_TOO_BIG: in icmp6_ratelimit()
H A Dip6_forward.c386 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
H A Dsctp6_usrreq.c207 case ICMP6_PACKET_TOO_BIG: in sctp6_notify()
H A Dip6_mroute.c1607 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
/freebsd/sys/netinet/
H A Dicmp6.h92 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
739 case ICMP6_PACKET_TOO_BIG: \
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c165 case ICMP6_PACKET_TOO_BIG: in nat64clat_handle_icmp6()
H A Dnat64stl.c165 case ICMP6_PACKET_TOO_BIG: in nat64stl_handle_icmp6()
H A Dnat64_translate.c696 case ICMP6_PACKET_TOO_BIG: in nat64_icmp6_reflect()
945 type = ICMP6_PACKET_TOO_BIG; in nat64_icmp_translate()
1392 case ICMP6_PACKET_TOO_BIG: in nat64_handle_icmp6()
1663 nat64_icmp6_reflect(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu, in nat64_do_handle_ip6()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c99 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
643 { ICMP6_PACKET_TOO_BIG, "packet too big"},
1110 case ICMP6_PACKET_TOO_BIG: in icmp6_print()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h933 #ifndef ICMP6_PACKET_TOO_BIG
934 # define ICMP6_PACKET_TOO_BIG 2 macro
H A Dfil.c902 case ICMP6_PACKET_TOO_BIG : in ipf_pr_icmp6()
/freebsd/sys/netipsec/
H A Dipsec_output.c735 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, pmtu - hlen); in ipsec6_check_pmtu()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c150 case ICMP6_PACKET_TOO_BIG: in nptv6_translate_icmpv6()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1274 case ICMP6_PACKET_TOO_BIG: in pr_type()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1291 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu); in ipoib_cm_mb_reap()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c268 { ICMP6_PACKET_TOO_BIG, NULL, 0, "toobig" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c111 { "toobig", ICMP6_PACKET_TOO_BIG },
/freebsd/sbin/ping/
H A Dping6.c2304 case ICMP6_PACKET_TOO_BIG: in pr_icmph()
/freebsd/sys/netpfil/pf/
H A Dpf.c4501 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_rule()
6485 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_state_icmp()
7652 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()
8617 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, IN6_LINKMTU(ifp)); in pf_test6()