Home
last modified time | relevance | path

Searched refs:bpf_validate (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/pcap/
Dbpf.h274 PCAP_API int bpf_validate(const struct bpf_insn *f, int len);
/external/libpcap/testprogs/
Dfiltertest.c338 if (!bpf_validate(fcode.bf_insns, fcode.bf_len)) in main()
/external/libpcap/
Dbpf_filter.c541 bpf_validate(const struct bpf_insn *f, int len) in bpf_validate() function
/external/libpcap/rpcapd/
Ddaemon.c2403 if (bpf_validate(bf_prog.bf_insns, bf_prog.bf_len) == 0) in daemon_unpackapplyfilter()