Searched refs:ICMP6_DST_UNREACH (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/sys/netinet6/ |
| HD | ip6_forward.c | 157 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 179 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 213 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 256 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 373 type = ICMP6_DST_UNREACH; in ip6_forward()
|
| HD | udp6_usrreq.c | 349 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
|
| HD | icmp6.c | 194 case ICMP6_DST_UNREACH: in icmp6_errcount() 454 case ICMP6_DST_UNREACH: in icmp6_input()
|
| HD | nd6.c | 519 icmp6_error(m, ICMP6_DST_UNREACH, in nd6_timer_dispatch()
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | pfctl_parser.c | 106 { "unreach", ICMP6_DST_UNREACH }, 168 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN }, 169 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE }, 170 { "notnbr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOTNEIGHBOR }, 171 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE }, 172 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR }, 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/sys/netinet/ |
| HD | icmp6.h | 98 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro 719 case ICMP6_DST_UNREACH: \
|
| HD | tcp_input.c | 626 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
|
| /dragonfly/usr.bin/systat/ |
| HD | icmp6.c | 194 DO2(ICMP6_DST_UNREACH, 11); in showicmp6()
|
| /dragonfly/usr.sbin/traceroute6/ |
| HD | traceroute6.c | 918 case ICMP6_DST_UNREACH: in pr_type() 1040 || type == ICMP6_DST_UNREACH) { in packet_ok()
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-icmp6.c | 98 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro 651 { ICMP6_DST_UNREACH, "destination unreachable"}, 1077 case ICMP6_DST_UNREACH: in icmp6_print()
|
| /dragonfly/sys/net/ip6fw/ |
| HD | ip6_fw.c | 822 icmp6_error(*m, ICMP6_DST_UNREACH, in ip6_fw_chk()
|
| /dragonfly/sbin/ping6/ |
| HD | ping6.c | 2069 case ICMP6_DST_UNREACH: in pr_icmph()
|
| /dragonfly/sys/net/wg/ |
| HD | if_wg.c | 2360 icmp6_error(m, ICMP6_DST_UNREACH, 0, 0); in wg_output()
|
| /dragonfly/sys/net/pf/ |
| HD | pf.c | 3764 if (icmptype == ICMP6_DST_UNREACH || in pf_test_rule() 5197 if (icmptype == ICMP6_DST_UNREACH || in pf_test_state_icmp()
|