Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/libipf/
H A Dicmptypes.c19 # undef ICMP6_PARAM_PROB
20 # define ICMP6_PARAM_PROB 0 macro
91 { "paramprob", ICMP_PARAMPROB, ICMP6_PARAM_PROB },
/freebsd-14.2/sys/netinet6/
H A Dfrag6.c466 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
481 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
524 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
651 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
661 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
702 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
H A Dip6_input.c430 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_input_hbh()
1032 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1049 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1063 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1087 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1099 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1147 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1156 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
H A Droute6.c107 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Dicmp6.c212 case ICMP6_PARAM_PROB: in icmp6_errcount()
310 (type != ICMP6_PARAM_PROB || in icmp6_error()
430 case ICMP6_PARAM_PROB: in icmp6_errmap()
549 case ICMP6_PARAM_PROB: in icmp6_input()
2877 case ICMP6_PARAM_PROB: in icmp6_ratelimit()
H A Draw_ip6.c315 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
H A Dsctp6_usrreq.c197 case ICMP6_PARAM_PROB: in sctp6_notify()
/freebsd-14.2/sys/netinet/
H A Dicmp6.h94 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
745 case ICMP6_PARAM_PROB: \
H A Dtcp_subr.c3069 (icmp6->icmp6_type == ICMP6_PARAM_PROB && in tcp6_ctlinput_with_port()
H A Dsctputil.c7446 type = ICMP6_PARAM_PROB; in sctp_recv_icmp6_tunneled_packet()
/freebsd-14.2/usr.bin/systat/
H A Dicmp6.c206 DO2(ICMP6_PARAM_PROB, 13); in showicmp6()
/freebsd-14.2/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c168 case ICMP6_PARAM_PROB: in nat64clat_handle_icmp6()
H A Dnat64_translate.c698 case ICMP6_PARAM_PROB: in nat64_icmp6_reflect()
938 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
971 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
1413 case ICMP6_PARAM_PROB: in nat64_handle_icmp6()
1631 nat64_icmp6_reflect(m, ICMP6_PARAM_PROB, in nat64_do_handle_ip6()
H A Dnat64stl.c168 case ICMP6_PARAM_PROB: in nat64stl_handle_icmp6()
/freebsd-14.2/usr.sbin/traceroute6/
H A Dtraceroute6.c1027 } else if (type == ICMP6_PARAM_PROB && in main()
1294 case ICMP6_PARAM_PROB: in pr_type()
1408 (*type == ICMP6_PARAM_PROB && in packet_ok()
/freebsd-14.2/contrib/tcpdump/
H A Dprint-icmp6.c99 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
643 { ICMP6_PARAM_PROB, "parameter problem"},
1125 case ICMP6_PARAM_PROB: in icmp6_print()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h947 #ifndef ICMP6_PARAM_PROB
948 # define ICMP6_PARAM_PROB 4 macro
H A Dfil.c908 case ICMP6_PARAM_PROB : in ipf_pr_icmp6()
4228 ICMP6_PARAM_PROB, /* 12: ICMP_PARAMPROB */
/freebsd-14.2/sbin/pfctl/
H A Dpfctl_parser.c114 { "paramprob", ICMP6_PARAM_PROB },
181 { "badhead", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER },
182 { "nxthdr", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_NEXTHEADER },
/freebsd-14.2/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c153 case ICMP6_PARAM_PROB: in nptv6_translate_icmpv6()
/freebsd-14.2/sbin/ipf/ipmon/
H A Dipmon.c275 { ICMP6_PARAM_PROB, icmpparamprob6,
/freebsd-14.2/sbin/ping/
H A Dping6.c2337 case ICMP6_PARAM_PROB: in pr_icmph()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf.c1957 case ICMP6_PARAM_PROB: in pf_icmp_mapping()