Searched refs:ENOPROTOOPT (Results 1 – 12 of 12) sorted by relevance
56 ERR(ENOPROTOOPT, "Protocol not available"); in adb_strerror()
79 #define ENOPROTOOPT 92 macro
24 import static android.system.OsConstants.ENOPROTOOPT;207 if (e.errno == ENOPROTOOPT) { in switchToRepairMode()
85 MACRO(ENOPROTOOPT); in errno_h()
129 {ENOPROTOOPT, "ENOPROTOOPT"}, // Protocol not available
137 [ENOPROTOOPT] = "Protocol not available",
509 errno = ENOPROTOOPT; in FinishStat()1455 if (errno == ENOENT || errno == ENOPROTOOPT) { in do_sync_push()1711 if (errno == ENOPROTOOPT) { in do_sync_pull()
101 if (!isOk(tfo) && tfo.code() != ENOPROTOOPT) { in tcpConnect()
475 } else if (code == ENOPROTOOPT) { in JoinMulticastGroup()
582 case WSAENOPROTOOPT: errno = ENOPROTOOPT; break; in _socket_set_errno()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
27763 field public static final int ENOPROTOOPT;