Home
last modified time | relevance | path

Searched defs:sockfd (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/tools/usb/usbip/src/
Dusbip_network.c107 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, in usbip_net_xmit()
134 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) in usbip_net_recv()
139 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) in usbip_net_send()
144 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common()
166 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status) in usbip_net_recv_op_common()
214 int usbip_net_set_reuseaddr(int sockfd) in usbip_net_set_reuseaddr()
226 int usbip_net_set_nodelay(int sockfd) in usbip_net_set_nodelay()
238 int usbip_net_set_keepalive(int sockfd) in usbip_net_set_keepalive()
250 int usbip_net_set_v6only(int sockfd) in usbip_net_set_v6only()
268 int sockfd; in usbip_net_tcp_connect() local
Dusbip_attach.c93 static int import_device(int sockfd, struct usbip_usb_device *udev) in import_device()
132 static int query_import_device(int sockfd, char *busid) in query_import_device()
188 int sockfd; in attach_device() local
Dusbip_list.c55 static int get_exported_devices(char *host, int sockfd) in get_exported_devices()
142 int sockfd; in list_exported_devices() local
Dusbipd.c103 static int recv_request_import(int sockfd) in recv_request_import()
/Linux-v4.19/tools/testing/selftests/android/ion/
Dipcsocket.c14 int opensocket(int *sockfd, const char *name, int connecttype) in opensocket()
105 int sendtosocket(int sockfd, struct socketdata *skdata) in sendtosocket()
161 int receivefromsocket(int sockfd, struct socketdata *skdata) in receivefromsocket()
216 int closesocket(int sockfd, char *name) in closesocket()
Dionutils.c208 int fd, sockfd; in socket_send_fd() local
233 int fd, sockfd; in socket_receive_fd() local
Dionapp_import.c32 int sockfd, shared_fd; in main() local
Dionapp_export.c41 int sockfd, client_fd, shared_fd; in main() local
Dionutils.h13 int sockfd; member
/Linux-v4.19/tools/usb/usbip/libsrc/
Dvhci_driver.c53 int sockfd; in parse_status() local
357 int usbip_vhci_attach_device2(uint8_t port, int sockfd, uint32_t devid, in usbip_vhci_attach_device2()
391 int usbip_vhci_attach_device(uint8_t port, int sockfd, uint8_t busnum, in usbip_vhci_attach_device()
Dusbip_host_common.c224 int usbip_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_export_device()
/Linux-v4.19/drivers/usb/usbip/
Dvudc_sysfs.c98 int sockfd = 0; in usbip_sockfd_store() local
Dstub_dev.c46 int sockfd = 0; in usbip_sockfd_store() local
Dvhci_sysfs.c307 int sockfd = 0; in attach_store() local
Dusbip_common.h259 int sockfd; member
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sock.c350 int sockfd = -1; in bind_sock() local
Dtest_sock_addr.c1076 static int recvmsg_from_client(int sockfd, struct sockaddr_storage *src_addr) in recvmsg_from_client()