Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/lib/
H A Dicmptypes.c19 # undef ICMP6_PARAM_PROB
20 # define ICMP6_PARAM_PROB 0 macro
91 { "paramprob", ICMP_PARAMPROB, ICMP6_PARAM_PROB },
/freebsd-12.1/sys/netinet6/
H A Dfrag6.c254 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
267 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
295 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
402 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
409 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
444 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
H A Dip6_input.c439 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_input_hbh()
1064 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1081 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1095 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1119 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1131 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1179 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1188 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.c202 case ICMP6_PARAM_PROB: in icmp6_errcount()
304 (type != ICMP6_PARAM_PROB || in icmp6_error()
530 case ICMP6_PARAM_PROB: in icmp6_input()
H A Draw_ip6.c341 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
H A Dsctp6_usrreq.c204 case ICMP6_PARAM_PROB: in sctp6_notify()
/freebsd-12.1/sys/netinet/
H A Dicmp6.h95 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
734 case ICMP6_PARAM_PROB: \
H A Dsctputil.c7168 type = ICMP6_PARAM_PROB; in sctp_recv_icmp6_tunneled_packet()
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c659 case ICMP6_PARAM_PROB: in nat64_icmp6_reflect()
884 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
917 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
1353 case ICMP6_PARAM_PROB: in nat64_handle_icmp6()
1571 nat64_icmp6_reflect(m, ICMP6_PARAM_PROB, in nat64_do_handle_ip6()
H A Dnat64clat.c170 case ICMP6_PARAM_PROB: in nat64clat_handle_icmp6()
H A Dnat64stl.c170 case ICMP6_PARAM_PROB: in nat64stl_handle_icmp6()
/freebsd-12.1/usr.bin/systat/
H A Dicmp6.c209 DO2(ICMP6_PARAM_PROB, 13); in showicmp6()
/freebsd-12.1/usr.sbin/traceroute6/
H A Dtraceroute6.c954 } else if (type == ICMP6_PARAM_PROB && in main()
1218 case ICMP6_PARAM_PROB: in pr_type()
1332 (*type == ICMP6_PARAM_PROB && in packet_ok()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-icmp6.c99 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
499 { ICMP6_PARAM_PROB, "parameter problem"},
983 case ICMP6_PARAM_PROB: in icmp6_print()
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_compat.h980 #ifndef ICMP6_PARAM_PROB
981 # define ICMP6_PARAM_PROB 4 macro
H A Dfil.c925 case ICMP6_PARAM_PROB :
4338 ICMP6_PARAM_PROB, /* 12: ICMP_PARAMPROB */
/freebsd-12.1/sbin/pfctl/
H A Dpfctl_parser.c115 { "paramprob", ICMP6_PARAM_PROB },
182 { "badhead", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER },
183 { "nxthdr", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_NEXTHEADER },
/freebsd-12.1/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c154 case ICMP6_PARAM_PROB: in nptv6_translate_icmpv6()
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipmon.c276 { ICMP6_PARAM_PROB, icmpparamprob6,
/freebsd-12.1/sbin/ping6/
H A Dping6.c2383 case ICMP6_PARAM_PROB: in pr_icmph()
/freebsd-12.1/sys/netpfil/pf/
H A Dpf.c3312 icmptype == ICMP6_PARAM_PROB) in pf_test_rule()
4630 icmptype == ICMP6_PARAM_PROB) in pf_test_state_icmp()