HomeSort by: relevance | last modified time | path
    Searched defs:BPF_STMT (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libpcap/dist/
bpf_image.c 44 #undef BPF_STMT
  /src/external/bsd/libpcap/dist/testprogs/
valgrindtest.c 109 * BPF_STMT and BPF_JUMP - and do, in fact, get them on Linux (the
114 * So we undefine BPF_STMT and BPF_JUMP to avoid the warning.
116 #undef BPF_STMT
  /src/external/bsd/libpcap/dist/pcap/
bpf.h 263 #ifdef BPF_STMT
264 #undef BPF_STMT
266 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 415 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
  /src/sys/net/
bpf.h 354 #define BPF_STMT(code, k) { (uint16_t)(code), 0, 0, k }

Completed in 73 milliseconds