Home
last modified time | relevance | path

Searched defs:EAFNOSUPPORT (Results 1 – 2 of 2) 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