HomeSort by relevance Sort by last modified time
    Searched full:bpf_error (Results 1 - 8 of 8) sorted by null

  /external/libpcap/
gencode.c 148 bpf_error(const char *fmt, ...) function
316 bpf_error("out of memory");
320 bpf_error("out of memory");
324 bpf_error("out of memory");
395 bpf_error("syntax error in filter expression");
483 bpf_error("expression rejects all packets");
    [all...]
grammar.y 166 bpf_error("%s", msg);
191 bpf_error("unknown PF reason");
215 bpf_error("unknown PF action");
223 bpf_error("libpcap was compiled on a machine without pf support");
233 bpf_error("libpcap was compiled on a machine without pf support");
348 bpf_error("'port' modifier applied to ip host");
350 bpf_error("'portrange' modifier applied to ip host");
352 bpf_error("'proto' modifier applied to ip host");
354 bpf_error("'protochain' modifier applied to ip host");
362 bpf_error("'ip6addr/prefixlen' not supported
    [all...]
scanner.l 251 bpf_error("%s not supported", yytext);
336 bpf_error("malloc");
340 bpf_error("malloc");
352 bpf_error("bogus IPv6 address %s", yytext);
358 bpf_error("IPv6 address %s not supported", yytext);
361 {B}:+({B}:+)+ { bpf_error("bogus ethernet address %s", yytext); }
390 bpf_error("illegal token: %s", yytext); }
391 . { bpf_error("illegal char '%c'", *yytext); }
nametoaddr.c 391 bpf_error("malformed decnet address '%s'", s);
505 bpf_error("unknown decnet host name '%s'\n", name);
510 bpf_error("decnet name support not included, '%s' cannot be translated\n",
optimize.c 609 bpf_error("division by zero");
    [all...]
grammar.c 243 bpf_error("%s", msg);
268 bpf_error("unknown PF reason");
292 bpf_error("unknown PF action");
300 bpf_error("libpcap was compiled on a machine without pf support");
310 bpf_error("libpcap was compiled on a machine without pf support");
    [all...]
gencode.h 338 void bpf_error(const char *, ...)
scanner.c     [all...]

Completed in 212 milliseconds