Searched refs:bpf_syntax_error (Results 1 – 4 of 4) sorted by relevance
390 void PCAP_NORETURN bpf_syntax_error(compiler_state_t *, const char *);
224 bpf_syntax_error(cstate, msg); in yyerror()
270 bpf_syntax_error(cstate, msg); in yyerror()
421 bpf_syntax_error(compiler_state_t *cstate, const char *msg) in bpf_syntax_error() function