Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/net/
Dsocket.rs77 const BLOCK = 1 << 0; constant
180 if !self.options.contains(SocketOptions::BLOCK) { in read()