Searched defs:pcap_compile (Results 1 - 2 of 2) sorted by relevance

/external/scapy/scapy/modules/
H A Dwinpcapy.py365 #int pcap_compile (pcap_t *p, struct bpf_program *fp, char *str, int optimize, bpf_u_int32 netmask)
367 pcap_compile = _lib.pcap_compile variable
368 pcap_compile.restype = c_int
369 pcap_compile.argtypes = [POINTER(pcap_t), POINTER(bpf_program), STRING, c_int, bpf_u_int32]
/external/libpcap/
H A Dgencode.c663 pcap_compile(pcap_t *p, struct bpf_program *program, function
687 "not-yet-activated pcap_t passed to pcap_compile");
777 ret = pcap_compile(p, program, buf, optimize, mask);

Completed in 144 milliseconds