Searched refs:bpf_set_error (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/libpcap/ |
| H A D | grammar.y | 224 bpf_set_error(cstate, "can't parse filter expression: %s", msg); in yyerror() 238 bpf_set_error(cstate, "unknown PF reason"); in pfreason_to_num() 262 bpf_set_error(cstate, "unknown PF action"); in pfaction_to_num() 415 bpf_set_error(cstate, "'ip6addr/prefixlen' not supported " 426 bpf_set_error(cstate, "'ip6addr' not supported " 456 bpf_set_error(cstate, "protochain not supported"); 593 bpf_set_error(cstate, "unknown 802.11 type name"); 606 bpf_set_error(cstate, "unknown 802.11 type"); 617 bpf_set_error(cstate, "unknown 802.11 subtype name"); 628 bpf_set_error(cstate, "unknown 802.11 type name"); [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…
|
| H A D | gencode.h | 370 void bpf_set_error(compiler_state_t *, const char *, ...)
|
| H A D | gencode.c | 434 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() function 606 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 612 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 618 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 1716 bpf_set_error(cstate, "unknown data link type %d", cstate->linktype); in init_linktype()
|