Home
last modified time | relevance | path

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

/trueos/contrib/libpcap/
HDgencode.c152 bpf_error(const char *fmt, ...) in bpf_error() function
320 bpf_error("out of memory");
324 bpf_error("out of memory");
328 bpf_error("out of memory");
399 bpf_error("syntax error in filter expression"); in syntax()
487 bpf_error("expression rejects all packets"); in pcap_compile_unsafe()
1476 bpf_error("unknown data link type %d", linktype);
2917 bpf_error("unsupported protocol over mpls");
3320 bpf_error("Multi-link Frame Relay link-layer type filtering not implemented");
3358 bpf_error("IrDA link-layer type filtering not implemented");
[all …]
HDgrammar.y167 bpf_error("%s", msg); in yyerror()
192 bpf_error("unknown PF reason"); in pfreason_to_num()
216 bpf_error("unknown PF action"); in pfaction_to_num()
224 bpf_error("libpcap was compiled on a machine without pf support"); in pfreason_to_num()
234 bpf_error("libpcap was compiled on a machine without pf support"); in pfaction_to_num()
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("'ip6addr/prefixlen' not supported "
[all …]
HDscanner.l252 bpf_error("%s not supported", yytext);
342 bpf_error("bogus IPv6 address %s", yytext);
348 bpf_error("IPv6 address %s not supported", yytext);
351 {B}:+({B}:+)+ { bpf_error("bogus ethernet address %s", yytext); }
382 bpf_error("illegal token: %s", yytext); }
383 . { bpf_error("illegal char '%c'", *yytext); }
HDnametoaddr.c402 bpf_error("malformed decnet address '%s'", s); in __pcap_atodn()
514 bpf_error("unknown decnet host name '%s'\n", name); in __pcap_nametodnaddr()
519 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()
1910 bpf_error("malloc"); in opt_init()
1918 bpf_error("malloc"); in opt_init()
1925 bpf_error("malloc"); in opt_init()
1934 bpf_error("malloc"); in opt_init()
1973 bpf_error("malloc"); in opt_init()
2023 bpf_error("not enough core"); in convert_code_r()
2047 bpf_error("illegal jmp destination"); in convert_code_r()
2067 bpf_error(ljerr, "no jmp destination", off); in convert_code_r()
2075 bpf_error(ljerr, "multiple matches", off); in convert_code_r()
[all …]
HDgencode.h327 void bpf_error(const char *, ...)