Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
HDusb_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()
HDusb_pf.h97 #define USBPF_FRAME_ALIGN(x) (((x) + 3) & ~3) macro
/dragonfly/usr.sbin/usbdump/
HDusbdump.c536 tot_frame_len = USBPF_FRAME_ALIGN(framelen); in print_apacket()