Searched refs:ICMP6_DST_UNREACH_NOPORT (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/usr.sbin/traceroute6/ |
| HD | traceroute6.c | 781 case ICMP6_DST_UNREACH_NOPORT: in main() 1072 return (ICMP6_DST_UNREACH_NOPORT + 1); in packet_ok()
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-icmp6.c | 146 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro 688 { ICMP6_DST_UNREACH_NOPORT, "unreachable port"}, 1091 case ICMP6_DST_UNREACH_NOPORT: in icmp6_print()
|
| /dragonfly/sys/netinet/ |
| HD | icmp6.h | 154 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
|
| /dragonfly/sys/netinet6/ |
| HD | udp6_usrreq.c | 349 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
|
| HD | icmp6.c | 208 case ICMP6_DST_UNREACH_NOPORT: in icmp6_errcount() 477 case ICMP6_DST_UNREACH_NOPORT: in icmp6_input()
|
| /dragonfly/sbin/ip6fw/ |
| HD | ip6fw.c | 104 { ICMP6_DST_UNREACH_NOPORT, "noport" },
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | pfctl_parser.c | 173 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
|
| HD | parse.y | 72 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; 5777 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; in parse_config()
|
| /dragonfly/sbin/ping6/ |
| HD | ping6.c | 2084 case ICMP6_DST_UNREACH_NOPORT: in pr_icmph()
|