Searched refs:bpf_error (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 136 void bpf_error(const char *fmt, ...) in bpf_error() function 307 bpf_error("out of memory"); 311 bpf_error("out of memory"); 315 bpf_error("out of memory"); 4598 bpf_error 4618 bpf_error 5871 bpf_error("'ah proto' is bogus"); 5874 bpf_error("'ah proto' is bogus"); 6005 bpf_error 6485 bpf_error [all …]
|
| H A D | sf_grammar.c | 228 bpf_error("%s", msg); in yyerror() 253 bpf_error("unknown PF reason"); in pfreason_to_num() 277 bpf_error("unknown PF action"); in pfaction_to_num() 2069 bpf_error("'port' modifier applied to ip host"); in yyparse() 2088 bpf_error("'ip6addr/prefixlen' not supported " in yyparse() 2102 bpf_error("'ip6addr' not supported " in yyparse() 2770 bpf_error("unknown 802.11 type name"); in yyparse() 2782 bpf_error("unknown 802.11 type"); in yyparse() 2793 bpf_error("unknown 802.11 subtype name"); in yyparse() 2804 bpf_error("unknown 802.11 type name"); in yyparse() [all …]
|
| H A D | sf_nametoaddr.c | 394 bpf_error("malformed decnet address '%s'", s); in __pcap_atodn() 513 bpf_error("unknown decnet host name '%s'\n", name); in __pcap_nametodnaddr() 518 bpf_error("decnet name support not included, '%s' cannot be translated\n", name); in __pcap_nametodnaddr()
|
| H A D | sf_optimize.c | 672 bpf_error("division by zero"); 2050 bpf_error("malloc"); 2058 bpf_error("malloc"); 2065 bpf_error("malloc"); 2074 bpf_error("malloc"); 2116 bpf_error("malloc"); 2168 bpf_error("not enough core"); 2195 bpf_error("illegal jmp destination"); 2214 bpf_error(ljerr, "no jmp destination", off); 2242 bpf_error(ljerr, "no destination found", off); [all …]
|
| H A D | sf_scanner.c | 3121 bpf_error("%s not supported", sfbpf_text); 3132 bpf_error("%s not supported", sfbpf_text); 3296 bpf_error("%s not supported", sfbpf_text); 3631 bpf_error("bogus IPv6 address %s", sfbpf_text); 3637 bpf_error("IPv6 address %s not supported", sfbpf_text); 3644 { bpf_error("bogus ethernet address %s", sfbpf_text); } 3781 bpf_error("illegal token: %s", sfbpf_text); } 3786 { bpf_error("illegal char '%c'", *sfbpf_text); }
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 328 void bpf_error(const char *, ...) __attribute__ ((noreturn, format(printf, 1, 2))); 330 __declspec(noreturn) void bpf_error(const char *, ...);
|
| H A D | sf-redefines.h | 62 #define bpf_error sf_bpf_error macro
|