Searched refs:bpf_insn (Results 1 – 21 of 21) sorted by relevance
/external/libpcap/pcap/ |
D | bpf.h | 109 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);
|
D | pcap.h | 434 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/ |
D | pcap1.h | 270 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);
|
D | bpf_dump.c | 36 const struct bpf_insn *insn; in bpf_dump()
|
D | bpf_filter.c | 212 register const struct bpf_insn *pc; in bpf_filter() 548 const struct bpf_insn *f; in bpf_validate() 552 const struct bpf_insn *p;
|
D | optimize.c | 1981 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()
|
D | pcap-enet.c | 62 register struct bpf_insn *fcode = fp->bf_insns; in readloop()
|
D | bpf_image.c | 56 const struct bpf_insn *p; in bpf_image()
|
D | gencode.h | 348 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
|
D | savefile.c | 375 struct bpf_insn *fcode; in pcap_offline_read()
|
D | pcap-linux.c | 396 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)
|
D | pcap-sita.c | 873 struct bpf_insn *p;
|
D | pcap.c | 1867 const struct bpf_insn *fcode = fp->bf_insns; in pcap_offline_filter()
|
D | pcap-bpf.c | 1509 struct bpf_insn total_insn;
|
/external/dhcpcd/ |
D | bpf-filter.h | 33 static const struct bpf_insn const arp_bpf_filter [] = { 78 static const struct bpf_insn const dhcp_bpf_filter [] = {
|
D | lpf.c | 40 # define bpf_insn sock_filter macro
|
/external/iptables/utils/ |
D | nfbpf_compile.c | 18 struct bpf_insn *ins; in main()
|
/external/tcpdump/ |
D | bpf_dump.c | 40 struct bpf_insn *insn; in bpf_dump()
|
/external/libpcap/bpf/net/ |
D | bpf_filter.c | 212 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/ |
D | bpf.h | 58 struct bpf_insn { struct
|
/external/libpcap/tests/ |
D | valgrindtest.c | 225 struct bpf_insn uninitialized[INSN_COUNT]; in main()
|