Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_pf.h85 uint32_t up_endpoint; /* USB endpoint / stream ID */ member
H A Dusb_pf.c455 up->up_endpoint = htole32(temp); in usbpf_xfertap()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c216 const int addr_ep = (uintptr_t)&((struct usbpf_pkthdr *)0)->up_endpoint; in make_filter()
492 up->up_endpoint = le32toh(up->up_endpoint); in print_apacket()
494 if (!match_filter(up->up_address, up->up_endpoint)) in print_apacket()
509 (unsigned int)up->up_endpoint, in print_apacket()