Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_pf.h84 uint32_t up_packet_count; /* Packet count used */ member
H A Dusb_pf.c413 up->up_packet_count = htole32(temp); in usbpf_xfertap()
/dragonfly/usr.sbin/usbdump/
H A Dusbdump.c481 up->up_packet_count = le32toh(up->up_packet_count); in print_apacket()