Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dbpf.h109 struct bpf_insn *bf_insns;
1308 struct bpf_insn { struct
1322 extern int bpf_validate(const struct bpf_insn *, int); argument
1323 extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
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/
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);
Dbpf_dump.c36 const struct bpf_insn *insn; in bpf_dump()
Dbpf_filter.c212 register const struct bpf_insn *pc; in bpf_filter()
548 const struct bpf_insn *f; in bpf_validate()
552 const struct bpf_insn *p;
Doptimize.c1981 static struct bpf_insn *fstart;
1982 static struct bpf_insn *ftail;
1997 struct bpf_insn *dst; in convert_code_r()
2166 struct bpf_insn *
2170 struct bpf_insn *fp; in icode_to_fcode()
2180 fp = (struct bpf_insn *)malloc(sizeof(*fp) * n); in icode_to_fcode()
2225 p->fcode.bf_insns = (struct bpf_insn *)malloc(prog_size); in install_bpf_program()
Dpcap-enet.c62 register struct bpf_insn *fcode = fp->bf_insns; in readloop()
Dbpf_image.c56 const struct bpf_insn *p; in bpf_image()
Dgencode.h348 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
Dsavefile.c375 struct bpf_insn *fcode; in pcap_offline_read()
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)
Dpcap-sita.c873 struct bpf_insn *p;
Dpcap.c1867 const struct bpf_insn *fcode = fp->bf_insns; in pcap_offline_filter()
Dpcap-bpf.c1509 struct bpf_insn total_insn;
/external/dhcpcd/
Dbpf-filter.h33 static const struct bpf_insn const arp_bpf_filter [] = {
78 static const struct bpf_insn const dhcp_bpf_filter [] = {
Dlpf.c40 # define bpf_insn sock_filter macro
/external/iptables/utils/
Dnfbpf_compile.c18 struct bpf_insn *ins; in main()
/external/tcpdump/
Dbpf_dump.c40 struct bpf_insn *insn; in bpf_dump()
/external/libpcap/bpf/net/
Dbpf_filter.c212 register const struct bpf_insn *pc; in bpf_filter()
548 const struct bpf_insn *f; in bpf_validate()
552 const struct bpf_insn *p;
/external/kernel-headers/original/uapi/linux/
Dbpf.h58 struct bpf_insn { struct
/external/libpcap/tests/
Dvalgrindtest.c225 struct bpf_insn uninitialized[INSN_COUNT]; in main()