Searched defs:BPF_STMT (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/libpcap/dist/
H A Dbpf_image.c46 #undef BPF_STMT macro
/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dbpf.h264 #undef BPF_STMT macro
266 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } macro
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dvalgrindtest.c118 #undef BPF_STMT macro
/netbsd-current/external/bsd/ipf/bin/ipftest/
H A Dbpf-ipf.h415 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } macro
/netbsd-current/sys/net/
H A Dbpf.h354 #define BPF_STMT(code, k) { (uint16_t)(code), 0, 0, k } macro

Completed in 159 milliseconds