OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bpf_error
(Results
1 - 8
of
8
) sorted by null
/external/libpcap/
gencode.c
122
bpf_error
(const char *fmt, ...)
function
274
bpf_error
("out of memory");
278
bpf_error
("out of memory");
282
bpf_error
("out of memory");
353
bpf_error
("syntax error in filter expression");
401
bpf_error
("expression rejects all packets");
[
all
...]
scanner.l
192
bpf_error
("%s not supported", yytext);
199
bpf_error
("%s not supported", yytext);
242
bpf_error
("%s not supported", yytext);
322
bpf_error
("bogus IPv6 address %s", yytext);
327
bpf_error
("IPv6 address %s not supported", yytext);
330
{B}:+({B}:+)+ {
bpf_error
("bogus ethernet address %s", yytext); }
359
bpf_error
("illegal token: %s", yytext); }
360
. {
bpf_error
("illegal char '%c'", *yytext); }
grammar.y
78
bpf_error
("%s", msg);
103
bpf_error
("unknown PF reason");
117
bpf_error
("unknown PF action");
125
bpf_error
("libpcap was compiled on a machine without pf support");
132
bpf_error
("libpcap was compiled on a machine without pf support");
248
bpf_error
("'ip6addr/prefixlen' not supported "
257
bpf_error
("'ip6addr' not supported "
nametoaddr.c
392
bpf_error
("malformed decnet address '%s'", s);
496
bpf_error
("unknown decnet host name '%s'\n", name);
501
bpf_error
("decnet name support not included, '%s' cannot be translated\n",
optimize.c
647
bpf_error
("division by zero");
[
all
...]
gencode.h
316
void
bpf_error
(const char *, ...)
grammar.c
355
bpf_error
("%s", msg);
380
bpf_error
("unknown PF reason");
394
bpf_error
("unknown PF action");
402
bpf_error
("libpcap was compiled on a machine without pf support");
409
bpf_error
("libpcap was compiled on a machine without pf support");
[
all
...]
scanner.c
[
all
...]
Completed in 83 milliseconds