Searched refs:bpf_set_error (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 263 bpf_set_error(cstate, "can't parse filter expression: %s", msg); 302 bpf_set_error(cstate, "unknown PF reason \"%s\"", reason); 344 bpf_set_error(cstate, "unknown PF action \"%s\"", action); 468 bpf_set_error(cstate, "'port' modifier applied to IP address and prefix length"); 471 bpf_set_error(cstate, "'portrange' modifier applied to IP address and prefix length"); 474 bpf_set_error(cstate, "'proto' modifier applied to IP address and prefix length"); 477 bpf_set_error(cstate, "'protochain' modifier applied to IP address and prefix length"); 487 bpf_set_error(cstate, "'port' modifier applied to IP address and netmask"); 490 bpf_set_error(cstate, "'portrange' modifier applied to IP address and netmask"); 493 bpf_set_error(cstate, "'proto' modifier applied to IP address and netmask"); [all …]
|
H A D | scanner.l | 427 bpf_set_error(yyextra, "bogus IPv6 address %s", yytext); 434 bpf_set_error(yyextra, "IPv6 address %s not supported", yytext); 439 {B}:+({B}:+)+ { bpf_set_error(yyextra, "bogus ethernet address %s", yytext); yylval->s = NULL; ret… 562 bpf_set_error(cstate, 599 bpf_set_error(cstate, 633 bpf_set_error(cstate, 667 bpf_set_error(yyextra_arg, "number %s contains non-octal digit", in stou() 672 bpf_set_error(yyextra_arg, "number %s contains non-hex digit", in stou() 677 bpf_set_error(yyextra_arg, "number %s contains non-decimal digit", in stou() 687 bpf_set_error(yyextra_arg, "stoulen returned %d - this should not happen", ret); in stou()
|
H A D | gencode.h | 396 void bpf_set_error(compiler_state_t *, const char *, ...)
|
H A D | gencode.c | 422 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() function 614 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 620 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 626 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 1719 bpf_set_error(cstate, "unknown data link type %d (min %d, max %d)", in init_linktype() 6715 bpf_set_error(cstate, "getaddrinfo(\"%s\" fails with system error: %d", in nametoport() 6734 bpf_set_error(cstate, "getaddrinfo(\"%s\") fails with error: %d", in nametoport() 6862 bpf_set_error(cstate, "'%s' is not a valid port", cpy); in stringtoport() 6874 bpf_set_error(cstate, "stoulen returned %d - this should not happen", ret); in stringtoport()
|