Home
last modified time | relevance | path

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

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