Home
last modified time | relevance | path

Searched refs:connfd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbipd.c157 static int send_reply_devlist(int connfd) in send_reply_devlist() argument
184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
191 rc = usbip_net_send(connfd, &reply, sizeof(reply)); in send_reply_devlist()
206 rc = usbip_net_send(connfd, &pdu_udev, sizeof(pdu_udev)); in send_reply_devlist()
217 rc = usbip_net_send(connfd, &pdu_uinf, in send_reply_devlist()
229 static int recv_request_devlist(int connfd) in recv_request_devlist() argument
236 rc = usbip_net_recv(connfd, &req, sizeof(req)); in recv_request_devlist()
242 rc = send_reply_devlist(connfd); in recv_request_devlist()
251 static int recv_pdu(int connfd) in recv_pdu() argument
257 ret = usbip_net_recv_op_common(connfd, in recv_pdu()
293 tcpd_auth(int connfd) tcpd_auth() argument
310 int connfd; do_accept() local
345 int connfd; process_request() local
[all...]
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbipd.c157 static int send_reply_devlist(int connfd) in send_reply_devlist() argument
184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
191 rc = usbip_net_send(connfd, &reply, sizeof(reply)); in send_reply_devlist()
206 rc = usbip_net_send(connfd, &pdu_udev, sizeof(pdu_udev)); in send_reply_devlist()
217 rc = usbip_net_send(connfd, &pdu_uinf, in send_reply_devlist()
229 static int recv_request_devlist(int connfd) in recv_request_devlist() argument
236 rc = usbip_net_recv(connfd, &req, sizeof(req)); in recv_request_devlist()
242 rc = send_reply_devlist(connfd); in recv_request_devlist()
251 static int recv_pdu(int connfd) in recv_pdu() argument
257 ret = usbip_net_recv_op_common(connfd, in recv_pdu()
293 tcpd_auth(int connfd) tcpd_auth() argument
310 int connfd; do_accept() local
345 int connfd; process_request() local
[all...]

Completed in 2 milliseconds