Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_pf.c374 totlen += USBPF_FRAME_ALIGN( in usbpf_xfer_precompute_size()
379 totlen += USBPF_FRAME_ALIGN( in usbpf_xfer_precompute_size()
512 temp = USBPF_FRAME_ALIGN(length); in usbpf_xfertap()
H A Dusb_pf.h97 #define USBPF_FRAME_ALIGN(x) (((x) + 3) & ~3) macro
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c546 tot_frame_len = USBPF_FRAME_ALIGN(framelen); in print_apacket()