Searched refs:bpf_error (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 447 static void PCAP_NORETURN bpf_error(compiler_state_t *, const char *, ...) 452 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() function 710 bpf_error(cstate, "syntax error in filter expression"); in syntax() 3560 bpf_error(cstate, "Multi-link Frame Relay link-layer type filtering not implemented"); in gen_linktype() 3601 bpf_error(cstate, "IrDA link-layer type filtering not implemented"); in gen_linktype() 3604 bpf_error(cstate, "DOCSIS link-layer type filtering not implemented"); in gen_linktype() 3608 bpf_error(cstate, "MTP2 link-layer type filtering not implemented"); in gen_linktype() 3611 bpf_error(cstate, "ERF link-layer type filtering not implemented"); in gen_linktype() 3614 bpf_error(cstate, "PFSYNC link-layer type filtering not implemented"); in gen_linktype() 3617 bpf_error(cstate, "LAPD link-layer type filtering not implemented"); in gen_linktype() [all …]
|
H A D | CMakeLists.txt | 2825 # longjmp out by calling bpf_error().
|