Searched refs:bpf_error (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/lib/libpcap/ |
| D | gencode.c | 81 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 …]
|
| D | grammar.y | 70 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");
|
| D | nametoaddr.c | 305 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()
|
| D | scanner.l | 207 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);
|
| D | optimize.c | 601 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 …]
|
| D | gencode.h | 198 __dead void bpf_error(const char *, ...)
|