Home
last modified time | relevance | path

Searched refs:bpf_set_error (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dgrammar.y.in254 bpf_set_error(cstate, "can't parse filter expression: %s", msg);
268 bpf_set_error(cstate, "unknown PF reason \"%s\"", reason);
292 bpf_set_error(cstate, "unknown PF action \"%s\"", action);
300 bpf_set_error(cstate, "libpcap was compiled on a machine without pf support");
307 bpf_set_error(cstate, "libpcap was compiled on a machine without pf support");
428 bpf_set_error(cstate, "'port' modifier applied to ip host");
431 bpf_set_error(cstate, "'portrange' modifier applied to ip host");
434 bpf_set_error(cstate, "'proto' modifier applied to ip host");
437 bpf_set_error(cstate, "'protochain' modifier applied to ip host");
448 bpf_set_error(cstate, "'ip6addr/prefixlen' not supported "
[all …]
Dscanner.l406 bpf_set_error(yyextra, "bogus IPv6 address %s", yytext);
413 bpf_set_error(yyextra, "IPv6 address %s not supported", yytext);
418 {B}:+({B}:+)+ { bpf_set_error(yyextra, "bogus ethernet address %s", yytext); yylval->s = NULL; ret…
536 bpf_set_error(yyextra_arg,
555 bpf_set_error(yyextra_arg,
567 bpf_set_error(yyextra_arg,
585 bpf_set_error(yyextra_arg,
Dgrammar.c273 bpf_set_error(cstate, "can't parse filter expression: %s", msg); in yyerror()
287 bpf_set_error(cstate, "unknown PF reason"); in pfreason_to_num()
311 bpf_set_error(cstate, "unknown PF action"); in pfaction_to_num()
319 bpf_set_error(cstate, "libpcap was compiled on a machine without pf support"); in pfreason_to_num()
326 bpf_set_error(cstate, "libpcap was compiled on a machine without pf support"); in pfaction_to_num()
2268 bpf_set_error(cstate, "'port' modifier applied to ip host"); in yyparse()
2271 bpf_set_error(cstate, "'portrange' modifier applied to ip host"); in yyparse()
2274 bpf_set_error(cstate, "'proto' modifier applied to ip host"); in yyparse()
2277 bpf_set_error(cstate, "'protochain' modifier applied to ip host"); in yyparse()
2293 bpf_set_error(cstate, "'ip6addr/prefixlen' not supported " in yyparse()
[all …]
Dgencode.h384 void bpf_set_error(compiler_state_t *, const char *, ...)
Dscanner.c4101 bpf_set_error(yyextra, "bogus IPv6 address %s", yytext);
4108 bpf_set_error(yyextra, "IPv6 address %s not supported", yytext);
4117 { bpf_set_error(yyextra, "bogus ethernet address %s", yytext); yylval->s = NULL; return EID; }
Dgencode.c438 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() function
624 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp()
630 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp()
636 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp()
1725 bpf_set_error(cstate, "unknown data link type %d", cstate->linktype); in init_linktype()