/Linux-v4.19/tools/usb/usbip/src/ |
D | usbip_network.c | 107 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
|
D | usbip_attach.c | 93 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
|
D | usbip_list.c | 55 static int get_exported_devices(char *host, int sockfd) in get_exported_devices() 142 int sockfd; in list_exported_devices() local
|
D | usbipd.c | 103 static int recv_request_import(int sockfd) in recv_request_import()
|
/Linux-v4.19/tools/testing/selftests/android/ion/ |
D | ipcsocket.c | 14 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()
|
D | ionutils.c | 208 int fd, sockfd; in socket_send_fd() local 233 int fd, sockfd; in socket_receive_fd() local
|
D | ionapp_import.c | 32 int sockfd, shared_fd; in main() local
|
D | ionapp_export.c | 41 int sockfd, client_fd, shared_fd; in main() local
|
D | ionutils.h | 13 int sockfd; member
|
/Linux-v4.19/tools/usb/usbip/libsrc/ |
D | vhci_driver.c | 53 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()
|
D | usbip_host_common.c | 224 int usbip_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_export_device()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | vudc_sysfs.c | 98 int sockfd = 0; in usbip_sockfd_store() local
|
D | stub_dev.c | 46 int sockfd = 0; in usbip_sockfd_store() local
|
D | vhci_sysfs.c | 307 int sockfd = 0; in attach_store() local
|
D | usbip_common.h | 259 int sockfd; member
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sock.c | 350 int sockfd = -1; in bind_sock() local
|
D | test_sock_addr.c | 1076 static int recvmsg_from_client(int sockfd, struct sockaddr_storage *src_addr) in recvmsg_from_client()
|