Home
last modified time | relevance | path

Searched refs:bpf_error (Results 1 – 8 of 8) sorted by relevance

/external/libpcap/
Dgencode.c122 bpf_error(const char *fmt, ...) in bpf_error() 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"); in syntax()
401 bpf_error("expression rejects all packets"); in pcap_compile()
1316 bpf_error("unknown data link type %d", linktype);
2155 bpf_error("unsupported protocol over mpls");
2581 bpf_error("IrDA link-layer type filtering not implemented");
2584 bpf_error("DOCSIS link-layer type filtering not implemented");
[all …]
Dscanner.l192 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); }
Dgrammar.y78 bpf_error("%s", msg); in yyerror()
103 bpf_error("unknown PF reason"); in pfreason_to_num()
117 bpf_error("unknown PF action"); in pfaction_to_num()
125 bpf_error("libpcap was compiled on a machine without pf support"); in pfreason_to_num()
132 bpf_error("libpcap was compiled on a machine without pf support"); in pfaction_to_num()
248 bpf_error("'ip6addr/prefixlen' not supported "
257 bpf_error("'ip6addr' not supported "
Dnametoaddr.c392 bpf_error("malformed decnet address '%s'", s); in __pcap_atodn()
496 bpf_error("unknown decnet host name '%s'\n", name); in __pcap_nametodnaddr()
501 bpf_error("decnet name support not included, '%s' cannot be translated\n", in __pcap_nametodnaddr()
Doptimize.c647 bpf_error("division by zero");
1978 bpf_error("malloc");
1986 bpf_error("malloc");
1993 bpf_error("malloc");
2002 bpf_error("malloc");
2041 bpf_error("malloc");
2092 bpf_error("not enough core");
2116 bpf_error("illegal jmp destination");
2136 bpf_error(ljerr, "no jmp destination", off);
2144 bpf_error(ljerr, "multiple matches", off);
[all …]
Dscanner.c2820 bpf_error("%s not supported", pcap_text);
2831 bpf_error("%s not supported", pcap_text);
2995 bpf_error("%s not supported", pcap_text);
3295 bpf_error("bogus IPv6 address %s", pcap_text);
3300 bpf_error("IPv6 address %s not supported", pcap_text);
3307 { bpf_error("bogus ethernet address %s", pcap_text); }
3444 bpf_error("illegal token: %s", pcap_text); }
3449 { bpf_error("illegal char '%c'", *pcap_text); }
Dgrammar.c355 bpf_error("%s", msg); in yyerror()
380 bpf_error("unknown PF reason"); in pfreason_to_num()
394 bpf_error("unknown PF action"); in pfaction_to_num()
402 bpf_error("libpcap was compiled on a machine without pf support"); in pfreason_to_num()
409 bpf_error("libpcap was compiled on a machine without pf support"); in pfaction_to_num()
1878 bpf_error("'ip6addr/prefixlen' not supported "
1891 bpf_error("'ip6addr' not supported "
Dgencode.h316 void bpf_error(const char *, ...)