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

  /external/libpcap/
gencode.c 432 bpf_error(cstate, "syntax error in filter expression: %s", msg);
438 bpf_error(compiler_state_t *cstate, const char *fmt, ...) function
587 bpf_error(cstate, "out of memory");
591 bpf_error(cstate, "out of memory");
595 bpf_error(cstate, "out of memory");
659 bpf_error(cstate, "syntax error in filter expression");
719 bpf_error(&cstate, "can't initialize scanner: %s", pcap_strerror(errno));
738 bpf_error(&cstate, "expression rejects all packets");
    [all...]
grammar.y 220 bpf_error(cstate, "unknown PF reason");
244 bpf_error(cstate, "unknown PF action");
252 bpf_error(cstate, "libpcap was compiled on a machine without pf support");
262 bpf_error(cstate, "libpcap was compiled on a machine without pf support");
377 bpf_error(cstate, "'port' modifier applied to ip host");
379 bpf_error(cstate, "'portrange' modifier applied to ip host");
381 bpf_error(cstate, "'proto' modifier applied to ip host");
383 bpf_error(cstate, "'protochain' modifier applied to ip host");
391 bpf_error(cstate, "'ip6addr/prefixlen' not supported "
400 bpf_error(cstate, "'ip6addr' not supported
    [all...]
scanner.l 302 bpf_error(yyextra, "%s not supported", yytext);
388 bpf_error(yyextra, "malloc");
392 bpf_error(yyextra, "malloc");
404 bpf_error(yyextra, "bogus IPv6 address %s", yytext);
410 bpf_error(yyextra, "IPv6 address %s not supported", yytext);
413 {B}:+({B}:+)+ { bpf_error(yyextra, "bogus ethernet address %s", yytext); }
442 bpf_error(yyextra, "illegal token: %s", yytext); }
443 . { bpf_error(yyextra, "illegal char '%c'", *yytext); }
optimize.c 627 bpf_error(cstate, "division by zero");
633 bpf_error(cstate, "modulus by zero");
    [all...]
scanner.c     [all...]
gencode.h 370 void bpf_error(compiler_state_t *, const char *, ...)
grammar.c 266 bpf_error(cstate, "unknown PF reason");
290 bpf_error(cstate, "unknown PF action");
298 bpf_error(cstate, "libpcap was compiled on a machine without pf support");
308 bpf_error(cstate, "libpcap was compiled on a machine without pf support");
    [all...]

Completed in 138 milliseconds