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

  /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/iptables/utils/
nfbpf_compile.c 18 struct bpf_insn *ins;
  /external/libpcap/
bpf_dump.c 36 const struct bpf_insn *insn;
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);
bpf_image.c 56 const struct bpf_insn *p;
pcap-enet.c 62 register struct bpf_insn *fcode = fp->bf_insns;
gencode.h 348 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
savefile.c 375 struct bpf_insn *fcode;
optimize.c     [all...]
pcap-linux.c 396 static int fix_offset(struct bpf_insn *p);
    [all...]
pcap-sita.c 873 struct bpf_insn *p;
    [all...]
pcap.c     [all...]
pcap-bpf.c     [all...]
  /external/tcpdump/
bpf_dump.c 40 struct bpf_insn *insn;
  /external/libpcap/pcap/
bpf.h 109 struct bpf_insn *bf_insns;
1308 struct bpf_insn { struct
    [all...]
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/bpf/net/
bpf_filter.c 212 register const struct bpf_insn *pc;
548 const struct bpf_insn *f;
552 const struct bpf_insn *p;
  /external/libpcap/tests/
valgrindtest.c 225 struct bpf_insn uninitialized[INSN_COUNT];
  /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 783 milliseconds