Searched refs:ICMP6_PACKET_TOO_BIG (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sys/netinet/ |
| HD | icmp6.h | 99 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro 724 case ICMP6_PACKET_TOO_BIG: \
|
| /dragonfly/sys/netinet6/ |
| HD | ip6_forward.c | 225 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu); in ip6_forward()
|
| HD | icmp6.c | 213 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()
|
| HD | ip6_mroute.c | 1546 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-icmp6.c | 99 #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/ |
| HD | traceroute6.c | 921 case ICMP6_PACKET_TOO_BIG: in pr_type()
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | pfctl_parser.c | 107 { "toobig", ICMP6_PACKET_TOO_BIG },
|
| /dragonfly/sbin/ping6/ |
| HD | ping6.c | 2095 case ICMP6_PACKET_TOO_BIG: in pr_icmph()
|
| /dragonfly/sys/net/pf/ |
| HD | pf.c | 3765 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()
|