Home
last modified time | relevance | path

Searched refs:bpf_set_error (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/libpcap/dist/
Dgrammar.y.in263 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);
468bpf_set_error(cstate, "'port' modifier applied to IP address and prefix length");
471bpf_set_error(cstate, "'portrange' modifier applied to IP address and prefix length");
474bpf_set_error(cstate, "'proto' modifier applied to IP address and prefix length");
477bpf_set_error(cstate, "'protochain' modifier applied to IP address and prefix length");
487bpf_set_error(cstate, "'port' modifier applied to IP address and netmask");
490bpf_set_error(cstate, "'portrange' modifier applied to IP address and netmask");
493bpf_set_error(cstate, "'proto' modifier applied to IP address and netmask");
[all …]
Dscanner.l434 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()
Dgencode.h402 void bpf_set_error(compiler_state_t *, const char *, ...)
Dgencode.c427 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()
6720bpf_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/
Dpcap.expsym8 bpf_set_error