Searched refs:icode_to_fcode (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Dgencode.h348 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
H A Doptimize.c2154 * as the BPF array pointed to by the return value of icode_to_fcode()
2157 * If it appears that icode_to_fcode() is leaking, the problem is that
2167 icode_to_fcode(struct block *root, u_int *lenp) function
2242 f.bf_insns = icode_to_fcode(root, &f.bf_len);
H A Dgencode.c485 program->bf_insns = icode_to_fcode(root, &len);

Completed in 292 milliseconds