Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dfrag6.c219 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_icmp6_paramprob_error()
333 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
347 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
551 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
560 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
581 icmp6_error(m, ICMP6_PARAM_PROB, in frag6_input()
H A Droute6.c117 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Dip6_input.c1241 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ip6_input()
1676 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1694 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1708 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1732 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1744 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1797 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, (int)off); in ip6_unknown_opt()
1807 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
H A Dicmp6.c238 case ICMP6_PARAM_PROB: in icmp6_errcount()
336 (type != ICMP6_PARAM_PROB || in icmp6_error_flag()
361 if (type != ICMP6_PARAM_PROB || in icmp6_error_flag()
649 case ICMP6_PARAM_PROB: in icmp6_input()
H A Draw_ip6.c295 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
/xnu-12377.81.4/bsd/netinet/
H A Dicmp6.h130 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
242 (type) == ICMP6_TIME_EXCEEDED || (type) == ICMP6_PARAM_PROB)
826 case ICMP6_PARAM_PROB: \
/xnu-12377.81.4/bsd/net/
H A Dnat464_utils.c317 case ICMP6_PARAM_PROB: in nat464_translate_icmp()
401 type = ICMP6_PARAM_PROB; in nat464_translate_icmp()
425 type = ICMP6_PARAM_PROB; in nat464_translate_icmp()
H A Dpf.c4657 case ICMP6_PARAM_PROB: in pf_translate_icmp_af()
4741 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af()
4758 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af()
7843 if (type != ICMP6_DST_UNREACH && type != ICMP6_PARAM_PROB && in pf_compute_packet_icmp_gencnt()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c394 ipf_icmp6_error_flag(m, ICMP6_PARAM_PROB, in fsw_ip_frag_reass_v6()
504 ipf_icmp6_error_flag(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ipf_icmp_param_err()
/xnu-12377.81.4/tests/skywalk/
H A Dskt_reass.c304 assert(icmp6->icmp6_type == ICMP6_PARAM_PROB); in bad_fraglen_match()