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/iptables/utils/
H A Dnfbpf_compile.c18 struct bpf_insn *ins;
/external/libpcap/
H A Dbpf_dump.c36 const struct bpf_insn *insn;
H A Dpcap1.h270 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
271 int bpf_validate(struct bpf_insn *f, int len);
272 char *bpf_image(struct bpf_insn *, int);
H A Dbpf_filter.c212 register const struct bpf_insn *pc;
548 const struct bpf_insn *f;
552 const struct bpf_insn *p;
H A Dbpf_image.c56 const struct bpf_insn *p;
H A Dpcap-enet.c62 register struct bpf_insn *fcode = fp->bf_insns;
H A Dgencode.h348 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
H A Dsavefile.c375 struct bpf_insn *fcode;
H A Doptimize.c1981 static struct bpf_insn *fstart;
1982 static struct bpf_insn *ftail;
1997 struct bpf_insn *dst;
2166 struct bpf_insn *
2170 struct bpf_insn *fp;
2180 fp = (struct bpf_insn *)malloc(sizeof(*fp) * n);
2225 p->fcode.bf_insns = (struct bpf_insn *)malloc(prog_size);
H A Dpcap-linux.c396 static int fix_offset(struct bpf_insn *p);
5841 register struct bpf_insn *p;
5842 struct bpf_insn *f;
5851 f = (struct bpf_insn *)malloc(prog_size);
5937 fix_offset(struct bpf_insn *p)
H A Dpcap-sita.c873 struct bpf_insn *p;
H A Dpcap.c1867 const struct bpf_insn *fcode = fp->bf_insns;
H A Dpcap-bpf.c1509 struct bpf_insn total_insn;
/external/tcpdump/
H A Dbpf_dump.c40 struct bpf_insn *insn;
/external/kernel-headers/original/uapi/linux/
H A Dbpf.h58 struct bpf_insn { struct
/external/libpcap/pcap/
H A Dbpf.h109 struct bpf_insn *bf_insns;
1308 struct bpf_insn { struct
1322 extern int bpf_validate(const struct bpf_insn *, int);
1323 extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
H A Dpcap.h434 u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
436 int bpf_validate(const struct bpf_insn *f, int len);
437 char *bpf_image(const struct bpf_insn *, int);
/external/libpcap/bpf/net/
H A Dbpf_filter.c212 register const struct bpf_insn *pc;
548 const struct bpf_insn *f;
552 const struct bpf_insn *p;
/external/libpcap/tests/
H A Dvalgrindtest.c225 struct bpf_insn uninitialized[INSN_COUNT];

Completed in 584 milliseconds