Searched refs:bpf_set_error (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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); 540 bpf_set_error(cstate, "IPv6 addresses not supported " 565 bpf_set_error(cstate, "IPv6 addresses not supported " 595 bpf_set_error(cstate, "protochain not supported"); 738 bpf_set_error(cstate, "unknown 802.11 type name \"%s\"", $1); 756 bpf_set_error(cstate, "unknown 802.11 type"); 778 bpf_set_error(cstate, "unknown 802.11 type name"); 807 bpf_set_error(cstate, "unknown LLC type name \"%s\"", $2); [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()
|