Searched refs:socketpair (Results 1 – 6 of 6) sorted by relevance
| /components/net/sal/include/socket/sys_socket/sys/ |
| A D | socket.h | 46 int socketpair(int domain, int type, int protocol, int *fds); 64 #define socketpair(domain, type, protocol, fds) sal_socketpair(domain, type, protocol, f…
|
| /components/net/sal/socket/ |
| A D | net_sockets.c | 771 int socketpair(int domain, int type, int protocol, int *fds) in socketpair() function 805 RTM_EXPORT(socketpair);
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 87 int (*socketpair) (int s, int type, int protocol, int *fds); member
|
| /components/net/sal/impl/ |
| A D | af_inet_lwip.c | 315 .socketpair = RT_NULL,
|
| /components/net/sal/src/ |
| A D | sal_socket.c | 1103 if (pf->skt_ops->socketpair) in sal_socketpair() 1105 return pf->skt_ops->socketpair(domain, type, protocol, unix_fd); in sal_socketpair()
|
| /components/lwp/ |
| A D | lwp_syscall.c | 6266 ret = socketpair(domain, type, protocol, k_fd); in sys_socketpair()
|
Completed in 25 milliseconds