Searched refs:bpf_set_error (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/libpcap/ |
H A D | grammar.y | 259 bpf_set_error(cstate, "can't parse filter expression: %s", msg); in yyerror() 273 bpf_set_error(cstate, "unknown PF reason \"%s\"", reason); in pfreason_to_num() 297 bpf_set_error(cstate, "unknown PF action \"%s\"", action); in pfaction_to_num() 305 bpf_set_error(cstate, "libpcap was compiled on a machine without pf support"); in pfreason_to_num() 312 bpf_set_error(cstate, "libpcap was compiled on a machine without pf support"); in pfaction_to_num() 433 bpf_set_error(cstate, "'port' modifier applied to ip host"); 436 bpf_set_error(cstate, "'portrange' modifier applied to ip host"); 439 bpf_set_error(cstate, "'proto' modifier applied to ip host"); 442 bpf_set_error(cstate, "'protochain' modifier applied to ip host"); 453 bpf_set_error(cstate, "'ip6addr/prefixlen' not supported " [all …]
|
H A D | scanner.l | 406 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,
|
H A D | gencode.h | 384 void bpf_set_error(compiler_state_t *, const char *, ...)
|
H A D | gencode.c | 443 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() function 629 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 635 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 641 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 1730 bpf_set_error(cstate, "unknown data link type %d", cstate->linktype); in init_linktype()
|