Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dfrag6.c407 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
422 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
465 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
601 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
618 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
659 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
H A Droute6.c109 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Dip6_input.c438 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_input_hbh()
1029 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1046 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1060 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1084 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1096 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1144 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1153 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
H A Dicmp6.c205 case ICMP6_PARAM_PROB: in icmp6_errcount()
302 (type != ICMP6_PARAM_PROB || in icmp6_error()
520 case ICMP6_PARAM_PROB: in icmp6_input()
H A Draw_ip6.c342 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
H A Dsctp6_usrreq.c200 case ICMP6_PARAM_PROB: in sctp6_notify()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h99 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
745 case ICMP6_PARAM_PROB: \
/f-stack/freebsd/netinet/
H A Dicmp6.h95 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
741 case ICMP6_PARAM_PROB: \
H A Dsctputil.c7388 type = ICMP6_PARAM_PROB; in sctp_recv_icmp6_tunneled_packet()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat.c170 case ICMP6_PARAM_PROB: in nat64clat_handle_icmp6()
H A Dnat64stl.c170 case ICMP6_PARAM_PROB: in nat64stl_handle_icmp6()
H A Dnat64_translate.c704 case ICMP6_PARAM_PROB: in nat64_icmp6_reflect()
943 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
976 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
1418 case ICMP6_PARAM_PROB: in nat64_handle_icmp6()
1636 nat64_icmp6_reflect(m, ICMP6_PARAM_PROB, in nat64_do_handle_ip6()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h959 #ifndef ICMP6_PARAM_PROB
960 # define ICMP6_PARAM_PROB 4 macro
H A Dfil.c923 case ICMP6_PARAM_PROB :
4336 ICMP6_PARAM_PROB, /* 12: ICMP_PARAMPROB */
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c154 case ICMP6_PARAM_PROB: in nptv6_translate_icmpv6()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3400 icmptype == ICMP6_PARAM_PROB) in pf_test_rule()
4727 icmptype == ICMP6_PARAM_PROB) in pf_test_state_icmp()