Searched refs:ENOPROTOOPT (Results 1 – 3 of 3) sorted by relevance
103 #define ENOPROTOOPT 92 /* 协议不可用 Protocol not available. */ macro
144 .map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()163 return Err(SystemError::ENOPROTOOPT); in getsockopt()176 PosixIpProtocol::try_from(level as u16).map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()179 .map_err(|_| SystemError::ENOPROTOOPT)?; in getsockopt()183 return Err(SystemError::ENOPROTOOPT); in getsockopt()187 return Err(SystemError::ENOPROTOOPT); in getsockopt()
192 ENOPROTOOPT = 92, enumerator