Searched refs:DOP_ALIGN (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-wb.c50 * an even multiple of DOP_ALIGN bytes, which must be a power of two.
52 #define DOP_ALIGN 4 macro
53 #define DOP_ROUNDUP(x) ((((int)(x)) + (DOP_ALIGN - 1)) & ~(DOP_ALIGN - 1))

Completed in 100 milliseconds