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

/freebsd-12-stable/sys/dev/usb/
H A Dusb_pf.h99 #define USBPF_FRAME_ALIGN(x) (((x) + 3) & ~3) macro
H A Dusb_pf.c375 totlen += USBPF_FRAME_ALIGN(
380 totlen += USBPF_FRAME_ALIGN(
515 temp = USBPF_FRAME_ALIGN(length);
/freebsd-12-stable/usr.sbin/usbdump/
H A Dusbdump.c548 tot_frame_len = USBPF_FRAME_ALIGN(framelen);

Completed in 160 milliseconds