Searched refs:ICMP6_PACKET_TOO_BIG (Results 1 – 20 of 20) sorted by relevance
| /freebsd-11-stable/contrib/ipfilter/lib/ |
| HD | icmptypes.c | 29 # 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/ |
| HD | ip6_fastfwd.c | 201 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()
|
| HD | ip6_forward.c | 379 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
|
| HD | icmp6.c | 187 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()
|
| HD | sctp6_usrreq.c | 223 case ICMP6_PACKET_TOO_BIG: in sctp6_notify()
|
| HD | ip6_mroute.c | 1620 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | icmp6.h | 91 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro 726 case ICMP6_PACKET_TOO_BIG: \
|
| /freebsd-11-stable/sys/netpfil/ipfw/nat64/ |
| HD | nat64clat.c | 168 case ICMP6_PACKET_TOO_BIG: in nat64clat_handle_icmp6()
|
| HD | nat64stl.c | 168 case ICMP6_PACKET_TOO_BIG: in nat64stl_handle_icmp6()
|
| HD | nat64_translate.c | 657 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/ |
| HD | ip_compat.h | 948 #ifndef ICMP6_PACKET_TOO_BIG 949 # define ICMP6_PACKET_TOO_BIG 2 macro
|
| HD | fil.c | 919 case ICMP6_PACKET_TOO_BIG :
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-icmp6.c | 101 #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/ |
| HD | nptv6.c | 149 case ICMP6_PACKET_TOO_BIG: in nptv6_translate_icmpv6()
|
| /freebsd-11-stable/usr.sbin/traceroute6/ |
| HD | traceroute6.c | 1231 case ICMP6_PACKET_TOO_BIG: in pr_type()
|
| /freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_cm.c | 1284 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu); in ipoib_cm_mb_reap()
|
| /freebsd-11-stable/sbin/pfctl/ |
| HD | pfctl_parser.c | 113 { "toobig", ICMP6_PACKET_TOO_BIG },
|
| /freebsd-11-stable/contrib/ipfilter/tools/ |
| HD | ipmon.c | 273 { ICMP6_PACKET_TOO_BIG, NULL, 0, "toobig" },
|
| /freebsd-11-stable/sbin/ping6/ |
| HD | ping6.c | 2317 case ICMP6_PACKET_TOO_BIG: in pr_icmph()
|
| /freebsd-11-stable/sys/netpfil/pf/ |
| HD | pf.c | 3295 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()
|