Searched refs:bpf_error (Results 1 – 8 of 8) sorted by relevance
/external/libpcap/ |
D | gencode.c | 423 bpf_error(cstate, "syntax error in filter expression: %s", msg); in bpf_syntax_error() 429 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() function 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() 652 bpf_error(cstate, "syntax error in filter expression"); in syntax() 756 bpf_error(&cstate, "expression rejects all packets"); in pcap_compile() 1615 bpf_error(cstate, "unknown data link type %d", cstate->linktype); in init_linktype() 3043 bpf_error(cstate, "unsupported protocol over mpls"); in gen_linktype() 3426 bpf_error(cstate, "Multi-link Frame Relay link-layer type filtering not implemented"); in gen_linktype() [all …]
|
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() 271 bpf_error(cstate, "libpcap was compiled on a machine without pf support"); in pfreason_to_num() 278 bpf_error(cstate, "libpcap was compiled on a machine without pf support"); in pfaction_to_num() 392 bpf_error(cstate, "'port' modifier applied to ip host"); 394 bpf_error(cstate, "'portrange' modifier applied to ip host"); 396 bpf_error(cstate, "'proto' modifier applied to ip host"); 398 bpf_error(cstate, "'protochain' modifier applied to ip host"); 406 bpf_error(cstate, "'ip6addr/prefixlen' not supported " 415 bpf_error(cstate, "'ip6addr' not supported " [all …]
|
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); }
|
D | grammar.c | 285 bpf_error(cstate, "unknown PF reason"); in pfreason_to_num() 309 bpf_error(cstate, "unknown PF action"); in pfaction_to_num() 317 bpf_error(cstate, "libpcap was compiled on a machine without pf support"); in pfreason_to_num() 324 bpf_error(cstate, "libpcap was compiled on a machine without pf support"); in pfaction_to_num() 2168 bpf_error(cstate, "'port' modifier applied to ip host"); in yyparse() 2170 bpf_error(cstate, "'portrange' modifier applied to ip host"); in yyparse() 2172 bpf_error(cstate, "'proto' modifier applied to ip host"); in yyparse() 2174 bpf_error(cstate, "'protochain' modifier applied to ip host"); in yyparse() 2187 bpf_error(cstate, "'ip6addr/prefixlen' not supported " in yyparse() 2201 bpf_error(cstate, "'ip6addr' not supported " in yyparse() [all …]
|
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() 2178 bpf_error(cstate, "illegal jmp destination"); in convert_code_r() 2198 bpf_error(cstate, ljerr, "no jmp destination", off); in convert_code_r() [all …]
|
D | scanner.c | 3562 bpf_error(yyextra, "%s not supported", yytext); 3919 bpf_error(yyextra, "malloc"); 3927 bpf_error(yyextra, "malloc"); 3951 bpf_error(yyextra, "bogus IPv6 address %s", yytext); 3957 bpf_error(yyextra, "IPv6 address %s not supported", yytext); 3964 { bpf_error(yyextra, "bogus ethernet address %s", yytext); } 4246 bpf_error(yyextra, "illegal token: %s", yytext); } 4251 { bpf_error(yyextra, "illegal char '%c'", *yytext); }
|
D | gencode.h | 391 void PCAP_NORETURN bpf_error(compiler_state_t *, const char *, ...)
|
D | CMakeLists.txt | 1693 # longjmp out by calling bpf_error().
|