Home
last modified time | relevance | path

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

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