HomeSort by relevance Sort by last modified time
    Searched full:bpf_insn (Results 1 - 21 of 21) sorted by null

  /external/libpcap/
pcap1.h 266 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);
bpf_dump.c 36 struct bpf_insn *insn;
pcap.h 276 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);
bpf_image.c 42 struct bpf_insn *p;
pcap-enet.c 62 register struct bpf_insn *fcode = fp->bf_insns;
pcap-bpf.h 91 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);
optimize.c     [all...]
gencode.h 322 struct bpf_insn *icode_to_fcode(struct block *, int *);
pcap-nit.c 102 register struct bpf_insn *fcode = p->fcode.bf_insns;
pcap-linux.c 216 static int fix_offset(struct bpf_insn *p);
    [all...]
pcap-snit.c 116 register struct bpf_insn *fcode = p->fcode.bf_insns;
pcap-bpf.c 147 struct bpf_insn *fcode;
607 struct bpf_insn total_insn;
pcap-pf.c 91 struct bpf_insn *fcode;
pcap-dos.c 208 struct bpf_insn *fcode = p->fcode.bf_insns;
    [all...]
savefile.c     [all...]
pcap-dlpi.c 248 register struct bpf_insn *fcode;
    [all...]
  /external/tcpdump/
bpf_dump.c 40 struct bpf_insn *insn;
  /external/dhcpcd/
bpf-filter.h 33 static const struct bpf_insn const arp_bpf_filter [] = {
78 static const struct bpf_insn const dhcp_bpf_filter [] = {
lpf.c 40 # define bpf_insn sock_filter macro
  /external/libpcap/bpf/net/
bpf_filter.c 203 register struct bpf_insn *pc;
528 struct bpf_insn *f;
532 register struct bpf_insn *p;
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 209 static struct bpf_insn bpfRun[] = { /* run PPPoE */
241 struct bpf_insn bpfInsn[sizeof(bpfRun) / sizeof(bpfRun[0])];

Completed in 358 milliseconds