Searched refs:ICMP6_PARAM_PROB (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/netinet6/ |
H A D | frag6.c | 133 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 146 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 251 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 258 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 289 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
|
H A D | ip6_input.c | 457 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, *offp); in ip6_input_if() 684 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_hbhchcheck() 884 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts() 901 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts() 915 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts() 939 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts() 951 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1000 icmp6_error(*mp, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt() 1009 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_unknown_opt()
|
H A D | route6.c | 82 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
|
H A D | icmp6.c | 188 case ICMP6_PARAM_PROB: in icmp6_errcount() 265 (type != ICMP6_PARAM_PROB || in icmp6_do_error() 440 case ICMP6_PARAM_PROB: in icmp6_input() 516 case ICMP6_PARAM_PROB: in icmp6_input()
|
H A D | raw_ip6.c | 261 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
|
/openbsd/sys/netinet/ |
H A D | icmp6.h | 93 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */ macro
|
/openbsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 118 { "paramprob", ICMP6_PARAM_PROB }, 185 { "badhead", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER }, 186 { "nxthdr", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_NEXTHEADER },
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-icmp6.c | 233 case ICMP6_PARAM_PROB: in icmp6_print()
|
/openbsd/usr.sbin/bgpd/ |
H A D | parse.y | 5929 { "paramprob", ICMP6_PARAM_PROB }, 5996 { "badhead", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER }, 5997 { "nxthdr", ICMP6_PARAM_PROB, ICMP6_PARAMPROB_NEXTHEADER },
|
/openbsd/sbin/ping/ |
H A D | ping.c | 2082 case ICMP6_PARAM_PROB: in pr_icmph6()
|
/openbsd/sys/net/ |
H A D | pf.c | 2728 case ICMP6_PARAM_PROB: in pf_icmp_mapping() 3070 case ICMP6_PARAM_PROB: in pf_translate_icmp_af() 3155 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af() 3172 type = ICMP6_PARAM_PROB; in pf_translate_icmp_af()
|