Searched refs:bpf_error (Results 1 – 8 of 8) sorted by relevance
/external/libpcap/ |
D | gencode.c | 148 bpf_error(const char *fmt, ...) in bpf_error() 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"); in syntax() 483 bpf_error("expression rejects all packets"); in pcap_compile_unsafe() 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("IrDA link-layer type filtering not implemented"); [all …]
|
D | grammar.y | 166 bpf_error("%s", msg); in yyerror() 191 bpf_error("unknown PF reason"); in pfreason_to_num() 215 bpf_error("unknown PF action"); in pfaction_to_num() 223 bpf_error("libpcap was compiled on a machine without pf support"); in pfreason_to_num() 233 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 …]
|
D | scanner.l | 251 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); }
|
D | grammar.c | 243 bpf_error("%s", msg); in yyerror() 268 bpf_error("unknown PF reason"); in pfreason_to_num() 292 bpf_error("unknown PF action"); in pfaction_to_num() 300 bpf_error("libpcap was compiled on a machine without pf support"); in pfreason_to_num() 310 bpf_error("libpcap was compiled on a machine without pf support"); in pfaction_to_num() 2353 bpf_error("'port' modifier applied to ip host"); 2355 bpf_error("'portrange' modifier applied to ip host"); 2357 bpf_error("'proto' modifier applied to ip host"); 2359 bpf_error("'protochain' modifier applied to ip host"); 2373 bpf_error("'ip6addr/prefixlen' not supported " [all …]
|
D | nametoaddr.c | 391 bpf_error("malformed decnet address '%s'", s); in __pcap_atodn() 505 bpf_error("unknown decnet host name '%s'\n", name); in __pcap_nametodnaddr() 510 bpf_error("decnet name support not included, '%s' cannot be translated\n", in __pcap_nametodnaddr()
|
D | optimize.c | 609 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 …]
|
D | scanner.c | 3300 bpf_error("%s not supported", pcap_text); 3652 bpf_error("malloc"); 3660 bpf_error("malloc"); 3684 bpf_error("bogus IPv6 address %s", pcap_text); 3690 bpf_error("IPv6 address %s not supported", pcap_text); 3697 { bpf_error("bogus ethernet address %s", pcap_text); } 3834 bpf_error("illegal token: %s", pcap_text); } 3839 { bpf_error("illegal char '%c'", *pcap_text); }
|
D | gencode.h | 338 void bpf_error(const char *, ...)
|