Searched refs:EPROTONOSUPPORT (Results 1 – 3 of 3) sorted by relevance
104 #define EPROTONOSUPPORT 93 /* 协议不被支持 Protocol not supported. */ macro
194 EPROTONOSUPPORT = 93, enumerator
815 None => Err(SystemError::EPROTONOSUPPORT), in try_from()