Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_pf.c331 totlen += USBPF_FRAME_ALIGN( in usbpf_xfer_precompute_size()
336 totlen += USBPF_FRAME_ALIGN( in usbpf_xfer_precompute_size()
472 temp = USBPF_FRAME_ALIGN(length); in usbpf_xfertap()
H A Dusb_pf.h97 #define USBPF_FRAME_ALIGN(x) (((x) + 3) & ~3) macro
/dragonfly/usr.sbin/usbdump/
H A Dusbdump.c536 tot_frame_len = USBPF_FRAME_ALIGN(framelen); in print_apacket()