Home
last modified time | relevance | path

Searched refs:BPF_T_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dbpf.h177 #define BPF_T_FLAG_MASK 0x0300 macro
179 #define BPF_T_FLAG(t) ((t) & BPF_T_FLAG_MASK)
182 ((t) & ~(BPF_T_FORMAT_MASK | BPF_T_FLAG_MASK)) == 0))
/f-stack/freebsd/net/
H A Dbpf.h178 #define BPF_T_FLAG_MASK 0x0300 macro
180 #define BPF_T_FLAG(t) ((t) & BPF_T_FLAG_MASK)
183 ((t) & ~(BPF_T_FORMAT_MASK | BPF_T_FLAG_MASK)) == 0))