Home
last modified time | relevance | path

Searched defs:PF_ALGNMNT (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dpfvar.h181 #define PF_ALGNMNT(off) (((off) % 2) == 0) macro
/f-stack/freebsd/net/
H A Dpfvar.h293 #define PF_ALGNMNT(off) (((off) % 2) == 0) macro