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

/freebsd-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c98 #define HEADER_ALIGN(x,a) (((x) + (a) - 1) & ~((a) - 1)) macro
625 next = ptr + HEADER_ALIGN(temp.hdrlen + temp.caplen, temp.align);

Completed in 98 milliseconds