Home
last modified time | relevance | path

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

/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md40 - feat(net): 实现socketpair (#576)
821 Patch socketpair (#576)
830 * 重构socketpair相关逻辑
832 - 尝试使用SocketInode进行socketpair(未成功)
H A DV0.1.9.md488 添加socketpair (#505)
490 * 添加对socketpair系统调用的处理
/DragonOS/kernel/src/net/
H A Dsyscall.rs64 pub fn socketpair( in socketpair() method
/DragonOS/kernel/src/syscall/
H A Dmod.rs833 Self::socketpair(args[0], args[1], args[2], fds) in handle()