Home
last modified time | relevance | path

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

/linux-6.1.9/tools/usb/usbip/src/
Dusbipd.c161 struct usbip_usb_interface pdu_uinf; in send_reply_devlist() local
214 memcpy(&pdu_uinf, &edev->uinf[i], sizeof(pdu_uinf)); in send_reply_devlist()
215 usbip_net_pack_usb_interface(1, &pdu_uinf); in send_reply_devlist()
217 rc = usbip_net_send(connfd, &pdu_uinf, in send_reply_devlist()
218 sizeof(pdu_uinf)); in send_reply_devlist()