HomeSort by: relevance | last modified time | path
    Searched refs:ICMP6_PACKET_TOO_BIG (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/netinet/
icmp6.h 96 #define ICMP6_PACKET_TOO_BIG 2 /* packet too big */
686 case ICMP6_PACKET_TOO_BIG: \
  /src/sys/net/npf/
npf_alg_icmp.c 167 case ICMP6_PACKET_TOO_BIG:
  /src/sys/netinet6/
ip6_forward.c 293 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0,
icmp6.c 255 case ICMP6_PACKET_TOO_BIG:
388 (type != ICMP6_PACKET_TOO_BIG &&
578 case ICMP6_PACKET_TOO_BIG:
616 case ICMP6_PACKET_TOO_BIG:
1102 if (icmp6type == ICMP6_PACKET_TOO_BIG) {
sctp6_usrreq.c 330 if (icmp6->icmp6_type != ICMP6_PACKET_TOO_BIG) {
ip6_mroute.c 1612 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0,
  /src/usr.sbin/npf/npfctl/
npf_data.c 625 case ICMP6_PACKET_TOO_BIG:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1234 #ifndef ICMP6_PACKET_TOO_BIG
1235 # define ICMP6_PACKET_TOO_BIG 2
fil.c 937 case ICMP6_PACKET_TOO_BIG :
  /src/usr.sbin/traceroute6/
traceroute6.c 875 case ICMP6_PACKET_TOO_BIG:
  /src/sys/kern/
uipc_mbufdebug.c 757 case ICMP6_PACKET_TOO_BIG:
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 132 { "toobig", ICMP6_PACKET_TOO_BIG },
  /src/sbin/ping6/
ping6.c 2083 case ICMP6_PACKET_TOO_BIG:
  /src/sys/dist/pf/net/
pf.c 3138 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 35 milliseconds