Home
last modified time | relevance | path

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

/NextBSD/contrib/libpcap/
HDgencode.c146 bpf_error(const char *fmt, ...) in bpf_error() function
314 bpf_error("out of memory");
318 bpf_error("out of memory");
322 bpf_error("out of memory");
393 bpf_error("syntax error in filter expression"); in syntax()
477 bpf_error("expression rejects all packets"); in pcap_compile()
1481 bpf_error("unknown data link type %d", linktype);
2923 bpf_error("unsupported protocol over mpls");
3325 bpf_error("Multi-link Frame Relay link-layer type filtering not implemented");
3366 bpf_error("IrDA link-layer type filtering not implemented");
[all …]
HDgrammar.y181 bpf_error("%s", msg); in yyerror()
206 bpf_error("unknown PF reason"); in pfreason_to_num()
230 bpf_error("unknown PF action"); in pfaction_to_num()
238 bpf_error("libpcap was compiled on a machine without pf support"); in pfreason_to_num()
248 bpf_error("libpcap was compiled on a machine without pf support"); in pfaction_to_num()
363 bpf_error("'port' modifier applied to ip host");
365 bpf_error("'portrange' modifier applied to ip host");
367 bpf_error("'proto' modifier applied to ip host");
369 bpf_error("'protochain' modifier applied to ip host");
377 bpf_error("'ip6addr/prefixlen' not supported "
[all …]
HDscanner.l247 bpf_error("%s not supported", yytext);
332 bpf_error("malloc");
336 bpf_error("malloc");
348 bpf_error("bogus IPv6 address %s", yytext);
354 bpf_error("IPv6 address %s not supported", yytext);
357 {B}:+({B}:+)+ { bpf_error("bogus ethernet address %s", yytext); }
388 bpf_error("illegal token: %s", yytext); }
389 . { bpf_error("illegal char '%c'", *yytext); }
HDnametoaddr.c397 bpf_error("malformed decnet address '%s'", s); in __pcap_atodn()
511 bpf_error("unknown decnet host name '%s'\n", name); in __pcap_nametodnaddr()
516 bpf_error("decnet name support not included, '%s' cannot be translated\n", in __pcap_nametodnaddr()
HDoptimize.c605 bpf_error("division by zero"); in fold_op()
611 bpf_error("modulus by zero"); in fold_op()
1920 bpf_error("malloc"); in opt_init()
1928 bpf_error("malloc"); in opt_init()
1935 bpf_error("malloc"); in opt_init()
1944 bpf_error("malloc"); in opt_init()
1983 bpf_error("malloc"); in opt_init()
2033 bpf_error("not enough core"); in convert_code_r()
2057 bpf_error("illegal jmp destination"); in convert_code_r()
2077 bpf_error(ljerr, "no jmp destination", off); in convert_code_r()
[all …]
HDgencode.h343 void bpf_error(const char *, ...)