Searched refs:bpf_error (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.c148 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");
1478 bpf_error("unknown data link type %d", linktype);
2919 bpf_error("unsupported protocol over mpls");
3321 bpf_error("Multi-link Frame Relay link-layer type filtering not implemented");
3362 bpf_error("IrD
[all...]
H A Dgrammar.y166 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("'ip6add
[all...]
H A Dscanner.l251 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); }
H A Dnametoaddr.c391 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",
H A Doptimize.c609 bpf_error("division by zero");
1910 bpf_error("malloc");
1918 bpf_error("malloc");
1925 bpf_error("malloc");
1934 bpf_error("malloc");
1973 bpf_error("malloc");
2023 bpf_error("not enough core");
2047 bpf_error("illegal jmp destination");
2067 bpf_error(ljerr, "no jmp destination", off);
2075 bpf_error(ljer
[all...]
H A Dgencode.h338 void bpf_error(const char *, ...)

Completed in 147 milliseconds