Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDicmp6.h99 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
724 case ICMP6_PACKET_TOO_BIG: \
/dragonfly/sys/netinet6/
HDip6_forward.c225 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu); in ip6_forward()
HDicmp6.c213 case ICMP6_PACKET_TOO_BIG: in icmp6_errcount()
294 (type != ICMP6_PACKET_TOO_BIG && in icmp6_error()
486 case ICMP6_PACKET_TOO_BIG: in icmp6_input()
1038 if (icmp6type == ICMP6_PACKET_TOO_BIG) { in icmp6_notify_error()
HDip6_mroute.c1546 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
/dragonfly/contrib/tcpdump/
HDprint-icmp6.c99 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
652 { ICMP6_PACKET_TOO_BIG, "packet too big"},
1123 case ICMP6_PACKET_TOO_BIG: in icmp6_print()
/dragonfly/usr.sbin/traceroute6/
HDtraceroute6.c921 case ICMP6_PACKET_TOO_BIG: in pr_type()
/dragonfly/usr.sbin/pfctl/
HDpfctl_parser.c107 { "toobig", ICMP6_PACKET_TOO_BIG },
/dragonfly/sbin/ping6/
HDping6.c2095 case ICMP6_PACKET_TOO_BIG: in pr_icmph()
/dragonfly/sys/net/pf/
HDpf.c3765 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_rule()
5198 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_state_icmp()
6341 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()