Searched refs:ICMP6_DST_UNREACH (Results 1 – 9 of 9) sorted by relevance
| /xnu-8796.121.2/bsd/netinet6/ |
| H A D | ip6_forward.c | 446 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 473 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 532 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 641 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 848 type = ICMP6_DST_UNREACH; in ip6_forward()
|
| H A D | icmp6.c | 202 case ICMP6_DST_UNREACH: in icmp6_errcount() 293 if (suppress_icmp6_port_unreach && type == ICMP6_DST_UNREACH && in icmp6_error_flag() 592 case ICMP6_DST_UNREACH: in icmp6_input()
|
| H A D | udp6_usrreq.c | 596 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
|
| H A D | nd6.c | 982 icmp6_error_flag(m, ICMP6_DST_UNREACH, in nd6_service_neighbor_cache()
|
| H A D | ipsec.c | 3711 icmp6_error(state->m, ICMP6_DST_UNREACH, in ipsec6_output_trans()
|
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | icmp6.h | 127 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro 241 ((type) == ICMP6_DST_UNREACH || (type) == ICMP6_PACKET_TOO_BIG || \ 789 case ICMP6_DST_UNREACH: \
|
| H A D | tcp_input.c | 954 icmp6_error(m, ICMP6_DST_UNREACH, in tcp6_input()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | nat464_utils.c | 279 case ICMP6_DST_UNREACH: in nat464_translate_icmp() 368 type = ICMP6_DST_UNREACH; in nat464_translate_icmp()
|
| H A D | pf.c | 4591 case ICMP6_DST_UNREACH: in pf_translate_icmp_af() 4680 type = ICMP6_DST_UNREACH; in pf_translate_icmp_af() 7804 if (type != ICMP6_DST_UNREACH && type != ICMP6_PARAM_PROB && in pf_compute_packet_icmp_gencnt()
|