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

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dicmptypes.c29 # undef ICMP6_PACKET_TOO_BIG macro
30 # define ICMP6_PACKET_TOO_BIG 0 macro
102 { "toobig", -1, ICMP6_PACKET_TOO_BIG },
/freebsd-11-stable/sys/netinet6/
H A Dip6_fastfwd.c201 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh.nh_mtu);
221 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh.nh_mtu);
H A Dip6_forward.c379 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0,
H A Dicmp6.c187 case ICMP6_PACKET_TOO_BIG:
301 (type != ICMP6_PACKET_TOO_BIG &&
499 case ICMP6_PACKET_TOO_BIG:
1085 if (icmp6type == ICMP6_PACKET_TOO_BIG) {
H A Dsctp6_usrreq.c223 case ICMP6_PACKET_TOO_BIG:
H A Dip6_mroute.c1620 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu);
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c168 case ICMP6_PACKET_TOO_BIG:
H A Dnat64stl.c168 case ICMP6_PACKET_TOO_BIG:
H A Dnat64_translate.c657 case ICMP6_PACKET_TOO_BIG:
891 type = ICMP6_PACKET_TOO_BIG;
1338 case ICMP6_PACKET_TOO_BIG:
1608 nat64_icmp6_reflect(m, ICMP6_PACKET_TOO_BIG, 0, nh.nh_mtu,
/freebsd-11-stable/sys/netinet/
H A Dicmp6.h91 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
726 case ICMP6_PACKET_TOO_BIG: \
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h948 #ifndef ICMP6_PACKET_TOO_BIG
949 # define ICMP6_PACKET_TOO_BIG 2 macro
H A Dfil.c919 case ICMP6_PACKET_TOO_BIG :
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-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:
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c149 case ICMP6_PACKET_TOO_BIG:
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1231 case ICMP6_PACKET_TOO_BIG:
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c113 { "toobig", ICMP6_PACKET_TOO_BIG },
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c273 { ICMP6_PACKET_TOO_BIG, NULL, 0, "toobig" },
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1284 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c3295 icmptype == ICMP6_PACKET_TOO_BIG ||
4613 icmptype == ICMP6_PACKET_TOO_BIG ||
5776 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);
/freebsd-11-stable/sbin/ping6/
H A Dping6.c2317 case ICMP6_PACKET_TOO_BIG:

Completed in 323 milliseconds