Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h110 #define EADDRINUSE 98 /* 地址正在被使用 Address in use. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs206 EADDRINUSE = 98, enumerator
/DragonOS/kernel/src/net/socket/
H A Dmod.rs545 return Err(SystemError::EADDRINUSE); in get_ephemeral_port()
559 Some(_) => return Err(SystemError::EADDRINUSE), in bind_port()