Home
last modified time | relevance | path

Searched refs:ICMP6_PARAM_PROB (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.41.9/bsd/netinet6/
H A Droute6.c116 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Dfrag6.c217 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 Dip6_input.c1207 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ip6_input()
1625 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1642 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1656 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1680 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1692 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1743 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, (int)off); in ip6_unknown_opt()
1753 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
H A Dicmp6.c234 case ICMP6_PARAM_PROB: in icmp6_errcount()
331 (type != ICMP6_PARAM_PROB || in icmp6_error_flag()
356 if (type != ICMP6_PARAM_PROB || in icmp6_error_flag()
644 case ICMP6_PARAM_PROB: in icmp6_input()
H A Draw_ip6.c291 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
/xnu-10002.41.9/bsd/netinet/
H A Dicmp6.h130 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
242 (type) == ICMP6_TIME_EXCEEDED || (type) == ICMP6_PARAM_PROB)
800 case ICMP6_PARAM_PROB: \
/xnu-10002.41.9/bsd/net/
H A Dnat464_utils.c305 case ICMP6_PARAM_PROB: in nat464_translate_icmp()
389 type = ICMP6_PARAM_PROB; in nat464_translate_icmp()
413 type = ICMP6_PARAM_PROB; in nat464_translate_icmp()
H A Dpf.c4673 case ICMP6_PARAM_PROB: in pf_translate_icmp_af()
4757 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af()
4774 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af()
7860 if (type != ICMP6_DST_UNREACH && type != ICMP6_PARAM_PROB && in pf_compute_packet_icmp_gencnt()
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c467 ipf_icmp6_error_flag(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ipf_icmp_param_err()