Searched refs:ICMP6_PARAM_PROB (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | frag6.c | 217 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_icmp6_paramprob_error() 330 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input() 344 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 545 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 554 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 575 icmp6_error(m, ICMP6_PARAM_PROB, in frag6_input()
|
| H A D | route6.c | 116 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
|
| H A D | ip6_input.c | 1218 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ip6_input() 1646 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1664 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1678 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1702 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1714 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1767 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, (int)off); in ip6_unknown_opt() 1777 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
|
| H A D | icmp6.c | 236 case ICMP6_PARAM_PROB: in icmp6_errcount() 334 (type != ICMP6_PARAM_PROB || in icmp6_error_flag() 359 if (type != ICMP6_PARAM_PROB || in icmp6_error_flag() 647 case ICMP6_PARAM_PROB: in icmp6_input()
|
| H A D | raw_ip6.c | 292 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | icmp6.h | 130 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro 242 (type) == ICMP6_TIME_EXCEEDED || (type) == ICMP6_PARAM_PROB) 811 case ICMP6_PARAM_PROB: \
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | nat464_utils.c | 311 case ICMP6_PARAM_PROB: in nat464_translate_icmp() 395 type = ICMP6_PARAM_PROB; in nat464_translate_icmp() 419 type = ICMP6_PARAM_PROB; in nat464_translate_icmp()
|
| H A D | pf.c | 4654 case ICMP6_PARAM_PROB: in pf_translate_icmp_af() 4738 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af() 4755 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af() 7840 if (type != ICMP6_DST_UNREACH && type != ICMP6_PARAM_PROB && in pf_compute_packet_icmp_gencnt()
|
| /xnu-11215.81.4/tests/skywalk/ |
| H A D | skt_reass.c | 304 assert(icmp6->icmp6_type == ICMP6_PARAM_PROB); in bad_fraglen_match()
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ip_frag.c | 480 ipf_icmp6_error_flag(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ipf_icmp_param_err()
|