Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dicmp6.h132 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
H A Dudp_usrreq.c585 ICMP6_DST_UNREACH_NOPORT,0); in udp_input()
/openbsd/sys/netinet6/
H A Dicmp6.c170 case ICMP6_DST_UNREACH_NOPORT: in icmp6_errcount()
485 case ICMP6_DST_UNREACH_NOPORT: in icmp6_input()
/openbsd/usr.sbin/tcpdump/
H A Dprint-icmp6.c182 case ICMP6_DST_UNREACH_NOPORT: in icmp6_print()
/openbsd/usr.sbin/traceroute/
H A Dworker.c867 case ICMP6_DST_UNREACH_NOPORT: in icmp6_code()
/openbsd/sbin/ping/
H A Dping.c2051 case ICMP6_DST_UNREACH_NOPORT: in pr_icmph6()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c182 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
H A Dparse.y65 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5491 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; in parse_config()
/openbsd/sys/net/
H A Dpf.c3055 case ICMP6_DST_UNREACH_NOPORT: in pf_translate_icmp_af()
3146 code = ICMP6_DST_UNREACH_NOPORT; in pf_translate_icmp_af()
/openbsd/usr.sbin/bgpd/
H A Dparse.y5961 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },