Home
last modified time | relevance | path

Searched defs:ECONNRESET (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h116 #define ECONNRESET 104 /* 连接被重置 Connection reset. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs218 ECONNRESET = 104, enumerator