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

  /src/sys/netinet/
ip_icmp.h 193 #define ICMP_UNREACH_PORT 3 /* bad port */
udp_usrreq.c 426 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
ip_icmp.c 465 case ICMP_UNREACH_PORT:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 960 #ifndef ICMP_UNREACH_PORT
961 # define ICMP_UNREACH_PORT 3
  /src/usr.sbin/traceroute/
traceroute.c 991 case ICMP_UNREACH_PORT:
  /src/sbin/ping/
ping.c 1572 case ICMP_UNREACH_PORT:
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 163 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },
parse.y 74 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
5236 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;

Completed in 21 milliseconds