Searched refs:ENOPROTOOPT (Results 1 – 5 of 5) sorted by relevance
103 #define ENOPROTOOPT 91 /* 协议不可用 Protocol not available. */ macro
109 #define ENOPROTOOPT 91 /* 协议不可用 Protocol not available. */ macro
113 .map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()133 return Err(SystemError::ENOPROTOOPT); in getsockopt()146 PosixIpProtocol::try_from(level as u16).map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()149 .map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()153 return Err(SystemError::ENOPROTOOPT); in getsockopt()157 return Err(SystemError::ENOPROTOOPT); in getsockopt()
119 #define ENOPROTOOPT 51 /* 协议不可用 Protocol not available.*/
216 ENOPROTOOPT = 91, enumerator