HomeSort by: relevance | last modified time | path
    Searched refs:BPF_SIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libpcap/dist/pcap/
bpf.h 148 #define BPF_SIZE(code) ((code) & 0x18)
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/Disassembler/
BPFDisassembler.cpp 47 enum BPF_SIZE {
  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 361 #define BPF_SIZE(code) ((code) & 0x18)
  /src/sys/net/
bpfjit.c 285 switch (BPF_SIZE(pc->code)) {
1243 BPF_SIZE(pc->code) == BPF_B;
1348 BPF_SIZE(insns[i].code) == BPF_B) {
1857 if (BPF_SIZE(pc->code) != BPF_W)
1871 if (BPF_SIZE(pc->code) != BPF_W)
1886 if (BPF_SIZE(pc->code) != BPF_W)
1899 if (mode != BPF_MSH || BPF_SIZE(pc->code) != BPF_B)
bpf.h 239 #define BPF_SIZE(code) ((code) & 0x18)
  /src/external/bsd/libpcap/dist/
optimize.c 1210 s->code = BPF_LD|BPF_ABS|BPF_SIZE(s->code);

Completed in 33 milliseconds