Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/tools/usb/usbip/src/
Dusbip_network.c95 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, in usbip_net_xmit()
122 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) in usbip_net_recv()
127 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) in usbip_net_send()
140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common()
162 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status) in usbip_net_recv_op_common()
210 int usbip_net_set_reuseaddr(int sockfd) in usbip_net_set_reuseaddr()
222 int usbip_net_set_nodelay(int sockfd) in usbip_net_set_nodelay()
234 int usbip_net_set_keepalive(int sockfd) in usbip_net_set_keepalive()
246 int usbip_net_set_v6only(int sockfd) in usbip_net_set_v6only()
264 int sockfd; in usbip_net_tcp_connect() local
Dusbip_attach.c81 static int import_device(int sockfd, struct usbip_usb_device *udev) in import_device()
120 static int query_import_device(int sockfd, char *busid) in query_import_device()
176 int sockfd; in attach_device() local
Dusbip_list.c44 static int get_exported_devices(char *host, int sockfd) in get_exported_devices()
131 int sockfd; in list_exported_devices() local
/kernel/linux/linux-5.10/tools/usb/usbip/src/
Dusbip_network.c95 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, in usbip_net_xmit()
122 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) in usbip_net_recv()
127 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) in usbip_net_send()
140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common()
162 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status) in usbip_net_recv_op_common()
210 int usbip_net_set_reuseaddr(int sockfd) in usbip_net_set_reuseaddr()
222 int usbip_net_set_nodelay(int sockfd) in usbip_net_set_nodelay()
234 int usbip_net_set_keepalive(int sockfd) in usbip_net_set_keepalive()
246 int usbip_net_set_v6only(int sockfd) in usbip_net_set_v6only()
264 int sockfd; in usbip_net_tcp_connect() local
Dusbip_attach.c81 static int import_device(int sockfd, struct usbip_usb_device *udev) in import_device()
120 static int query_import_device(int sockfd, char *busid) in query_import_device()
176 int sockfd; in attach_device() local
Dusbip_list.c43 static int get_exported_devices(char *host, int sockfd) in get_exported_devices()
130 int sockfd; in list_exported_devices() local
/kernel/linux/linux-5.10/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.c23 int sockfd, shared_fd; in main() local
Dionapp_export.c32 int sockfd, client_fd, shared_fd; in main() local
Dionutils.h13 int sockfd; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dxdp_features.c226 int sockfd = *(int *)arg; in dut_echo_thread() local
252 static int dut_run_echo_thread(pthread_t *t, int *sockfd) in dut_run_echo_thread()
339 static int recv_msg(int sockfd, void *buf, size_t bufsize, void *val, in recv_msg()
363 int state, err, *sockfd, ctrl_sockfd, echo_sockfd; in dut_run() local
528 static int send_and_recv_msg(int sockfd, enum test_commands cmd, void *val, in send_and_recv_msg()
553 int sockfd, n; in send_echo_msg() local
579 int i, err, sockfd; in tester_run() local
/kernel/linux/linux-6.6/tools/net/ynl/generated/
Dhandshake-user.h61 __u32 sockfd:1; member
68 __u32 sockfd; member
103 __u32 sockfd:1; member
107 __u32 sockfd; member
125 handshake_done_req_set_sockfd(struct handshake_done_req *req, __u32 sockfd) in handshake_done_req_set_sockfd()
/kernel/linux/linux-5.10/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.c212 int usbip_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_export_device()
/kernel/linux/linux-6.6/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.c212 int usbip_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_export_device()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dskc_to_unix_sock.c14 int err, sockfd = 0; in test_skc_to_unix_sock() local
Ddecap_sanity.c25 int sockfd, err; in test_decap_sanity() local
Dd_path.c43 int sockfd = -1, procfd = -1, devfd = -1; in trigger_fstat_events() local
/kernel/liteos_a/syscall/
Dnet_syscall.c124 int SysListen(int sockfd, int backlog) in SysListen()
365 int SysGetSockOpt(int sockfd, int level, int optName, in SysGetSockOpt()
/kernel/liteos_a/net/lwip-2.1/porting/src/
Dsockets.c1585 static int do_ioctl_SIOCGIFCONF(int sockfd, long cmd, void *argp)
1630 int socks_ioctl(int sockfd, long cmd, void *argp)
1699 void socks_refer(int sockfd)
1718 int socks_close(int sockfd)
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dd_path.c32 int sockfd = -1, procfd = -1, devfd = -1; in trigger_fstat_events() local
/kernel/linux/linux-6.6/drivers/usb/usbip/
Dvudc_sysfs.c99 int sockfd = 0; in usbip_sockfd_store() local
/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvudc_sysfs.c99 int sockfd = 0; in usbip_sockfd_store() local

12