Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/usbdump/
H A Dusbdump.c479 up->up_frames = le32toh(up->up_frames); in print_apacket()
501 (int)up->up_frames, in print_apacket()
503 (USBPF_FRAME_HDR_LEN * up->up_frames)), in print_apacket()
511 for (x = 0; x != up->up_frames; x++) { in print_apacket()
/dragonfly/sys/bus/u4b/
H A Dusb_pf.h82 uint32_t up_frames; /* Number of following frames */ member
H A Dusb_pf.c409 up->up_frames = htole32(nframes); in usbpf_xfertap()