Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h109 #define EAFNOSUPPORT 97 /* 地址family不支持 Address family not supported. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs204 EAFNOSUPPORT = 97, enumerator
/DragonOS/kernel/src/net/socket/
H A Dmod.rs86 return Err(SystemError::EAFNOSUPPORT); in new_socket()