Searched refs:ICMP_UNREACH_PORT (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h133 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
/netbsd-current/sys/netinet/
H A Dip_icmp.h193 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
H A Dip_icmp.c465 case ICMP_UNREACH_PORT:
H A Dudp_usrreq.c426 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp.c118 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
381 case ICMP_UNREACH_PORT:
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h960 #ifndef ICMP_UNREACH_PORT
961 # define ICMP_UNREACH_PORT 3 macro
/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c991 case ICMP_UNREACH_PORT:
/netbsd-current/sbin/ping/
H A Dping.c1572 case ICMP_UNREACH_PORT:
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c163 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },
H A Dparse.y74 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
5236 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c177 { ICMP_UNREACH_PORT, "port" },
H A Dipf_y.y1555 | IPFY_ICMPC_PORUNR { $$ = ICMP_UNREACH_PORT; }

Completed in 312 milliseconds