Searched refs:bpf_insn (Results 1 - 21 of 21) sorted by relevance

/external/dhcpcd/
H A Dbpf-filter.h33 static const struct bpf_insn const arp_bpf_filter [] = {
78 static const struct bpf_insn const dhcp_bpf_filter [] = {
H A Dlpf.c40 # define bpf_insn sock_filter macro
/external/libpcap/
H A Dbpf_dump.c36 struct bpf_insn *insn;
H A Dpcap-bpf.h91 struct bpf_insn *bf_insns;
804 struct bpf_insn { struct
818 extern int bpf_validate(struct bpf_insn *, int);
819 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
H A Dpcap.h276 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
277 int bpf_validate(struct bpf_insn *f, int len);
278 char *bpf_image(struct bpf_insn *, int);
H A Dpcap1.h266 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
267 int bpf_validate(struct bpf_insn *f, int len);
268 char *bpf_image(struct bpf_insn *, int);
H A Dbpf_image.c42 struct bpf_insn *p;
H A Dgencode.h322 struct bpf_insn *icode_to_fcode(struct block *, int *);
H A Dpcap-enet.c62 register struct bpf_insn *fcode = fp->bf_insns;
H A Dpcap-linux.c216 static int fix_offset(struct bpf_insn *p);
1986 register struct bpf_insn *p;
1987 struct bpf_insn *f;
1996 f = (struct bpf_insn *)malloc(prog_size);
2075 fix_offset(struct bpf_insn *p)
H A Dpcap-nit.c102 register struct bpf_insn *fcode = p->fcode.bf_insns;
H A Doptimize.c2049 static struct bpf_insn *fstart;
2050 static struct bpf_insn *ftail;
2066 struct bpf_insn *dst;
2235 struct bpf_insn *
2241 struct bpf_insn *fp;
2251 fp = (struct bpf_insn *)malloc(sizeof(*fp) * n);
2287 p->fcode.bf_insns = (struct bpf_insn *)malloc(prog_size);
H A Dpcap-bpf.c147 struct bpf_insn *fcode;
607 struct bpf_insn total_insn;
H A Dpcap-snit.c116 register struct bpf_insn *fcode = p->fcode.bf_insns;
H A Dpcap-pf.c91 struct bpf_insn *fcode;
H A Dsavefile.c1319 struct bpf_insn *fcode;
H A Dpcap-dlpi.c248 register struct bpf_insn *fcode;
H A Dpcap-dos.c208 struct bpf_insn *fcode = p->fcode.bf_insns;
/external/tcpdump/
H A Dbpf_dump.c40 struct bpf_insn *insn;
/external/libpcap/bpf/net/
H A Dbpf_filter.c203 register struct bpf_insn *pc;
528 struct bpf_insn *f;
532 register struct bpf_insn *p;
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c209 static struct bpf_insn bpfRun[] = { /* run PPPoE */
241 struct bpf_insn bpfInsn[sizeof(bpfRun) / sizeof(bpfRun[0])];

Completed in 3476 milliseconds