Searched refs:bpf_error (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/libpcap/ |
| H A D | gencode.c | 580 bpf_error(cstate, "out of memory"); in newchunk() 584 bpf_error(cstate, "out of memory"); in newchunk() 588 bpf_error(cstate, "out of memory"); in newchunk() 5036 bpf_error(cstate, in gen_gateway() 5043 bpf_error(cstate, in gen_gateway() 6358 bpf_error(cstate, in gen_scode() 6370 bpf_error(cstate, in gen_scode() 6379 bpf_error(cstate, in gen_scode() 6392 bpf_error(cstate, in gen_scode() 6401 bpf_error(cstate, in gen_scode() [all …]
|
| H A D | grammar.y | 239 bpf_error(cstate, "unknown PF reason"); in pfreason_to_num() 263 bpf_error(cstate, "unknown PF action"); in pfaction_to_num() 392 bpf_error(cstate, "'port' modifier applied to ip host"); 406 bpf_error(cstate, "'ip6addr/prefixlen' not supported " 415 bpf_error(cstate, "'ip6addr' not supported " 589 bpf_error(cstate, "unknown 802.11 type name"); 599 bpf_error(cstate, "unknown 802.11 type"); 610 bpf_error(cstate, "unknown 802.11 subtype name"); 618 bpf_error(cstate, "unknown 802.11 type name"); 646 bpf_error(cstate, "unknown LLC type name \"%s\"", $2); [all …]
|
| H A D | scanner.l | 316 bpf_error(yyextra, "%s not supported", yytext); 402 bpf_error(yyextra, "malloc"); 406 bpf_error(yyextra, "malloc"); 418 bpf_error(yyextra, "bogus IPv6 address %s", yytext); 424 bpf_error(yyextra, "IPv6 address %s not supported", yytext); 427 {B}:+({B}:+)+ { bpf_error(yyextra, "bogus ethernet address %s", yytext); } 488 bpf_error(yyextra, "illegal token: %s", yytext); } 489 . { bpf_error(yyextra, "illegal char '%c'", *yytext); }
|
| H A D | optimize.c | 725 bpf_error(cstate, "division by zero"); in fold_op() 731 bpf_error(cstate, "modulus by zero"); in fold_op() 2043 bpf_error(cstate, "malloc"); in opt_init() 2051 bpf_error(cstate, "malloc"); in opt_init() 2058 bpf_error(cstate, "malloc"); in opt_init() 2067 bpf_error(cstate, "malloc"); in opt_init() 2106 bpf_error(cstate, "malloc"); in opt_init() 2154 bpf_error(cstate, "not enough core"); in convert_code_r() 2260 bpf_error(cstate, "too many extra jumps"); in convert_code_r() 2281 bpf_error(cstate, "too many extra jumps"); in convert_code_r() [all …]
|
| H A D | gencode.h | 391 void PCAP_NORETURN bpf_error(compiler_state_t *, const char *, ...)
|
| H A D | CMakeLists.txt | 1693 # longjmp out by calling bpf_error().
|