Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/libipf/
HDicmptypes.c19 # undef ICMP6_PARAM_PROB
20 # define ICMP6_PARAM_PROB 0 macro
91 { "paramprob", ICMP_PARAMPROB, ICMP6_PARAM_PROB },
/freebsd-13-stable/sys/netinet6/
HDfrag6.c403 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
418 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
461 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
596 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
613 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
654 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
HDip6_input.c441 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_input_hbh()
1043 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1060 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1074 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1098 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1110 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1158 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1167 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
HDroute6.c107 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
HDicmp6.c197 case ICMP6_PARAM_PROB: in icmp6_errcount()
295 (type != ICMP6_PARAM_PROB || in icmp6_error()
513 case ICMP6_PARAM_PROB: in icmp6_input()
2918 case ICMP6_PARAM_PROB: in icmp6_ratelimit()
HDraw_ip6.c342 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
HDsctp6_usrreq.c197 case ICMP6_PARAM_PROB: in sctp6_notify()
/freebsd-13-stable/sys/netinet/
HDicmp6.h94 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
741 case ICMP6_PARAM_PROB: \
HDsctputil.c7445 type = ICMP6_PARAM_PROB; in sctp_recv_icmp6_tunneled_packet()
/freebsd-13-stable/usr.bin/systat/
HDicmp6.c206 DO2(ICMP6_PARAM_PROB, 13); in showicmp6()
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
HDnat64_translate.c697 case ICMP6_PARAM_PROB: in nat64_icmp6_reflect()
937 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
970 type = ICMP6_PARAM_PROB; in nat64_icmp_translate()
1412 case ICMP6_PARAM_PROB: in nat64_handle_icmp6()
1630 nat64_icmp6_reflect(m, ICMP6_PARAM_PROB, in nat64_do_handle_ip6()
HDnat64clat.c168 case ICMP6_PARAM_PROB: in nat64clat_handle_icmp6()
HDnat64stl.c168 case ICMP6_PARAM_PROB: in nat64stl_handle_icmp6()
/freebsd-13-stable/usr.sbin/traceroute6/
HDtraceroute6.c997 } else if (type == ICMP6_PARAM_PROB && in main()
1264 case ICMP6_PARAM_PROB: in pr_type()
1378 (*type == ICMP6_PARAM_PROB && in packet_ok()
/freebsd-13-stable/contrib/tcpdump/
HDprint-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-13-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h946 #ifndef ICMP6_PARAM_PROB
947 # define ICMP6_PARAM_PROB 4 macro
HDfil.c908 case ICMP6_PARAM_PROB : in ipf_pr_icmp6()
4228 ICMP6_PARAM_PROB, /* 12: ICMP_PARAMPROB */
/freebsd-13-stable/sbin/pfctl/
HDpfctl_parser.c114 { "paramprob", ICMP6_PARAM_PROB },
181 { "badhead", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER },
182 { "nxthdr", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_NEXTHEADER },
/freebsd-13-stable/sys/netpfil/ipfw/nptv6/
HDnptv6.c152 case ICMP6_PARAM_PROB: in nptv6_translate_icmpv6()
/freebsd-13-stable/sbin/ipf/ipmon/
HDipmon.c275 { ICMP6_PARAM_PROB, icmpparamprob6,
/freebsd-13-stable/sbin/ping/
HDping6.c2436 case ICMP6_PARAM_PROB: in pr_icmph()
/freebsd-13-stable/sys/netpfil/pf/
HDpf.c1928 case ICMP6_PARAM_PROB: in pf_icmp_mapping()