Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_pf.h84 uint32_t up_packet_count; /* Packet count used */ member
H A Dusb_pf.c453 up->up_packet_count = htole32(temp); in usbpf_xfertap()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c491 up->up_packet_count = le32toh(up->up_packet_count); in print_apacket()