Searched refs:socketpair (Results 1 – 4 of 4) sorted by relevance
40 - feat(net): 实现socketpair (#576)821 Patch socketpair (#576)830 * 重构socketpair相关逻辑832 - 尝试使用SocketInode进行socketpair(未成功)
488 添加socketpair (#505)490 * 添加对socketpair系统调用的处理
64 pub fn socketpair( in socketpair() method
868 Self::socketpair(args[0], args[1], args[2], fds) in handle()