Searched refs:ICMP6_PACKET_TOO_BIG (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_fastfwd.c | 207 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 D | ip6_forward.c | 377 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
|
| H A D | icmp6.c | 192 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 D | sctp6_usrreq.c | 210 case ICMP6_PACKET_TOO_BIG: in sctp6_notify()
|
| H A D | ip6_mroute.c | 1614 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | icmp6.h | 97 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro 739 case ICMP6_PACKET_TOO_BIG: \
|
| /f-stack/freebsd/netinet/ |
| H A D | icmp6.h | 93 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro 735 case ICMP6_PACKET_TOO_BIG: \
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64clat.c | 168 case ICMP6_PACKET_TOO_BIG: in nat64clat_handle_icmp6()
|
| H A D | nat64stl.c | 168 case ICMP6_PACKET_TOO_BIG: in nat64stl_handle_icmp6()
|
| H A D | nat64_translate.c | 702 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 D | ip_compat.h | 953 #ifndef ICMP6_PACKET_TOO_BIG 954 # define ICMP6_PACKET_TOO_BIG 2 macro
|
| H A D | fil.c | 921 case ICMP6_PACKET_TOO_BIG :
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 152 case ICMP6_PACKET_TOO_BIG: in nptv6_translate_icmpv6()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 3398 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()
|