Searched refs:ICMP6_PACKET_TOO_BIG (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dicmptypes.c31 # undef ICMP6_PACKET_TOO_BIG macro
32 # define ICMP6_PACKET_TOO_BIG 0 macro
104 { "toobig", -1, ICMP6_PACKET_TOO_BIG },
/netbsd-current/sys/netinet/
H A Dicmp6.h92 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
682 case ICMP6_PACKET_TOO_BIG: \
/netbsd-current/sys/net/npf/
H A Dnpf_alg_icmp.c167 case ICMP6_PACKET_TOO_BIG:
/netbsd-current/sys/netinet6/
H A Dip6_forward.c293 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0,
H A Dicmp6.c255 case ICMP6_PACKET_TOO_BIG:
388 (type != ICMP6_PACKET_TOO_BIG &&
578 case ICMP6_PACKET_TOO_BIG:
616 case ICMP6_PACKET_TOO_BIG:
1100 if (icmp6type == ICMP6_PACKET_TOO_BIG) {
H A Dsctp6_usrreq.c336 if (icmp6->icmp6_type != ICMP6_PACKET_TOO_BIG) {
H A Dip6_mroute.c1612 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0,
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_data.c579 case ICMP6_PACKET_TOO_BIG:
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c104 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */ macro
648 { ICMP6_PACKET_TOO_BIG, "packet too big"},
1116 case ICMP6_PACKET_TOO_BIG:
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1234 #ifndef ICMP6_PACKET_TOO_BIG
1235 # define ICMP6_PACKET_TOO_BIG 2 macro
H A Dfil.c937 case ICMP6_PACKET_TOO_BIG :
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c740 case ICMP6_PACKET_TOO_BIG:
/netbsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c875 case ICMP6_PACKET_TOO_BIG:
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c132 { "toobig", ICMP6_PACKET_TOO_BIG },
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c286 { ICMP6_PACKET_TOO_BIG, NULL, 0, "toobig" },
/netbsd-current/sbin/ping6/
H A Dping6.c2083 case ICMP6_PACKET_TOO_BIG:
/netbsd-current/sys/dist/pf/net/
H A Dpf.c3138 icmptype == ICMP6_PACKET_TOO_BIG ||
4373 icmptype == ICMP6_PACKET_TOO_BIG ||
5563 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);

Completed in 403 milliseconds