Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/
H A Dsyscall.rs27 const SOCK_CLOEXEC: FileMode = FileMode::O_CLOEXEC; constant
387 if (flags & (!(SOCK_CLOEXEC | SOCK_NONBLOCK)).bits()) != 0 { in accept4()
421 if flags & SOCK_CLOEXEC.bits() != 0 { in do_accept()