Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpcap/
Dgencode.c81 bpf_error(const char *fmt, ...) in bpf_error() function
182 bpf_error("out of memory");
186 bpf_error("out of memory");
191 bpf_error("out of memory");
262 bpf_error("syntax error in filter expression"); in syntax()
302 bpf_error("expression rejects all packets"); in pcap_compile()
350 bpf_error("expression rejects all packets"); in pcap_compile_nopcap()
679 bpf_error("unknown data link type 0x%x", linktype);
861 bpf_error("direction not supported on linktype 0x%x",
906 bpf_error("direction not supported on linktype 0x%x",
[all …]
Dgrammar.y70 bpf_error("%s", msg); in yyerror()
182 bpf_error("'ip6addr/prefixlen' not supported "
191 bpf_error("'ip6addr' not supported "
305 bpf_error("unknown PF reason");
324 bpf_error("unknown PF action");
350 bpf_error("unknown 802.11 type");
383 bpf_error("unknown 802.11 subtype");
397 bpf_error("unknown 802.11 direction");
Dnametoaddr.c305 bpf_error("malformed decnet address '%s'", s); in __pcap_atodn()
325 bpf_error("malloc"); in pcap_ether_aton()
402 bpf_error("unknown decnet host name '%s'\n", name); in __pcap_nametodnaddr()
407 bpf_error("decnet name support not included, '%s' cannot be translated\n", in __pcap_nametodnaddr()
Dscanner.l207 bpf_error("%s not supported", yytext);
265 bpf_error("bogus IPv6 address %s", yytext);
270 bpf_error("IPv6 address %s not supported", yytext);
273 {B}:+({B}:+)+ { bpf_error("bogus ethernet address %s", yytext); }
283 bpf_error("illegal token: %s", v);
290 bpf_error("illegal char '%s'", v);
Doptimize.c601 bpf_error("division by zero");
1811 bpf_error("malloc");
1820 bpf_error("malloc");
1827 bpf_error("malloc");
1836 bpf_error("malloc");
1876 bpf_error("malloc");
1927 bpf_error("not enough core");
1951 bpf_error("illegal jmp destination");
1971 bpf_error(ljerr, "no jmp destination", off);
1979 bpf_error(ljerr, "multiple matches", off);
[all …]
Dgencode.h198 __dead void bpf_error(const char *, ...)