Home
last modified time | relevance | path

Searched refs:socketpair (Results 1 – 6 of 6) sorted by relevance

/components/net/sal/include/socket/sys_socket/sys/
A Dsocket.h46 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 Dnet_sockets.c771 int socketpair(int domain, int type, int protocol, int *fds) in socketpair() function
805 RTM_EXPORT(socketpair);
/components/net/sal/include/
A Dsal_low_lvl.h87 int (*socketpair) (int s, int type, int protocol, int *fds); member
/components/net/sal/impl/
A Daf_inet_lwip.c315 .socketpair = RT_NULL,
/components/net/sal/src/
A Dsal_socket.c1103 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 Dlwp_syscall.c6266 ret = socketpair(domain, type, protocol, k_fd); in sys_socketpair()

Completed in 25 milliseconds