Home
last modified time | relevance | path

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

/trueos/contrib/ipfilter/lib/
HDicmptypes.c29 # undef ICMP6_PACKET_TOO_BIG
30 # define ICMP6_PACKET_TOO_BIG 0 macro
102 { "toobig", -1, ICMP6_PACKET_TOO_BIG },
/trueos/sys/netinet/
HDicmp6.h91 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
723 case ICMP6_PACKET_TOO_BIG: \
/trueos/contrib/tcpdump/
HDicmp6.h93 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
HDprint-icmp6.c70 { ICMP6_PACKET_TOO_BIG, "packet too big"},
397 case ICMP6_PACKET_TOO_BIG: in icmp6_print()
/trueos/sys/netinet6/
HDicmp6.c183 case ICMP6_PACKET_TOO_BIG: in icmp6_errcount()
297 (type != ICMP6_PACKET_TOO_BIG && in icmp6_error()
482 case ICMP6_PACKET_TOO_BIG: in icmp6_input()
522 case ICMP6_PACKET_TOO_BIG: in icmp6_input()
1159 if (icmp6type == ICMP6_PACKET_TOO_BIG) { in icmp6_notify_error()
HDip6_forward.c461 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu); in ip6_forward()
HDsctp6_usrreq.c206 if (icmp6->icmp6_type != ICMP6_PACKET_TOO_BIG) { in sctp6_notify_mbuf()
HDip6_mroute.c1605 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
/trueos/sys/contrib/ipfilter/netinet/
HDip_compat.h1162 #ifndef ICMP6_PACKET_TOO_BIG
1163 # define ICMP6_PACKET_TOO_BIG 2 macro
HDfil.c949 case ICMP6_PACKET_TOO_BIG :
/trueos/usr.sbin/traceroute6/
HDtraceroute6.c1138 case ICMP6_PACKET_TOO_BIG: in pr_type()
/trueos/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_cm.c1273 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu); in ipoib_cm_mb_reap()
/trueos/contrib/ipfilter/tools/
HDipmon.c286 { ICMP6_PACKET_TOO_BIG, NULL, 0, "toobig" },
/trueos/sbin/pfctl/
HDpfctl_parser.c111 { "toobig", ICMP6_PACKET_TOO_BIG },
/trueos/sbin/ping6/
HDping6.c2353 case ICMP6_PACKET_TOO_BIG: in pr_icmph()
/trueos/sys/netpfil/pf/
HDpf.c3064 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_rule()
4414 icmptype == ICMP6_PACKET_TOO_BIG || in pf_test_state_icmp()
5500 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()