Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_PORT (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/netinet/
H A Dip_icmp.h172 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
H A Dip_icmp.c419 case ICMP_UNREACH_PORT: in icmp_input_if()
H A Dudp_usrreq.c592 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, in udp_input()
/openbsd/usr.sbin/tcpdump/
H A Dprint-icmp.c215 case ICMP_UNREACH_PORT: in icmp_print()
/openbsd/usr.sbin/traceroute/
H A Dworker.c772 case ICMP_UNREACH_PORT: in icmp4_code()
/openbsd/sbin/ping/
H A Dping.c1596 case ICMP_UNREACH_PORT: in pr_icmph()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c148 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },
H A Dparse.y63 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
5493 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
/openbsd/sys/net/
H A Dpf.c3056 code = ICMP_UNREACH_PORT; in pf_translate_icmp_af()
3145 case ICMP_UNREACH_PORT: in pf_translate_icmp_af()
/openbsd/usr.sbin/bgpd/
H A Dparse.y5959 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },