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

  /src/sys/netinet/
icmp6.h 152 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */
  /src/usr.sbin/traceroute6/
traceroute6.c 719 case ICMP6_DST_UNREACH_NOPORT:
995 return ICMP6_DST_UNREACH_NOPORT + 1;
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1341 #ifndef ICMP6_DST_UNREACH_NOPORT
1342 # define ICMP6_DST_UNREACH_NOPORT 4
fil.c 4295 ICMP6_DST_UNREACH_NOPORT, /* 3: ICMP_UNREACH_PORT */
  /src/sys/netinet6/
icmp6.c 250 case ICMP6_DST_UNREACH_NOPORT:
608 case ICMP6_DST_UNREACH_NOPORT:
udp6_usrreq.c 724 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 214 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
parse.y 76 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5238 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
  /src/sbin/ping6/
ping6.c 2072 case ICMP6_DST_UNREACH_NOPORT:

Completed in 56 milliseconds