Searched refs:bpf_set_error (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ |
| 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 …]
|
| D | scanner.l | 434 bpf_set_error(yyextra, "bogus IPv6 address %s", yytext); 441 bpf_set_error(yyextra, "IPv6 address %s not supported", yytext); 446 {B}:+({B}:+)+ { bpf_set_error(yyextra, "bogus ethernet address %s", yytext); yylval… 569 bpf_set_error(cstate, 606 bpf_set_error(cstate, 640 bpf_set_error(cstate, 674 bpf_set_error(yyextra_arg, "number %s contains non-octal digit", in stou() 679 bpf_set_error(yyextra_arg, "number %s contains non-hex digit", in stou() 684 bpf_set_error(yyextra_arg, "number %s contains non-decimal digit", in stou() 694 bpf_set_error(yyextra_arg, "stoulen returned %d - this should not happen", ret); in stou()
|
| D | gencode.h | 402 void bpf_set_error(compiler_state_t *, const char *, ...)
|
| D | gencode.c | 427 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error() function 619 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 625 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 631 bpf_set_error(cstate, "out of memory"); in newchunk_nolongjmp() 1724 bpf_set_error(cstate, "unknown data link type %d (min %d, max %d)", in init_linktype() 6720 … bpf_set_error(cstate, "getaddrinfo(\"%s\" fails with system error: %d", in nametoport() 6739 bpf_set_error(cstate, "getaddrinfo(\"%s\") fails with error: %d", in nametoport() 6867 bpf_set_error(cstate, "'%s' is not a valid port", cpy); in stringtoport() 6879 bpf_set_error(cstate, "stoulen returned %d - this should not happen", ret); in stringtoport()
|
| /netbsd/src/external/bsd/libpcap/lib/ |
| D | pcap.expsym | 8 bpf_set_error
|