Home
last modified time | relevance | path

Searched refs:ENOPROTOOPT (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/adb/sysdeps/win32/
H A Derrno.cpp56 ERR(ENOPROTOOPT, "Protocol not available"); in adb_strerror()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno.h79 #define ENOPROTOOPT 92 macro
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DTcpKeepaliveController.java24 import static android.system.OsConstants.ENOPROTOOPT;
207 if (e.errno == ENOPROTOOPT) { in switchToRepairMode()
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c85 MACRO(ENOPROTOOPT); in errno_h()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp129 {ENOPROTOOPT, "ENOPROTOOPT"}, // Protocol not available
/aosp12/bionic/libc/bionic/
H A Dstrerror.cpp137 [ENOPROTOOPT] = "Protocol not available",
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp509 errno = ENOPROTOOPT; in FinishStat()
1455 if (errno == ENOENT || errno == ENOPROTOOPT) { in do_sync_push()
1711 if (errno == ENOPROTOOPT) { in do_sync_pull()
/aosp12/packages/modules/DnsResolver/
H A DDnsTlsSocket.cpp101 if (!isOk(tfo) && tfo.code() != ENOPROTOOPT) { in tcpConnect()
/aosp12/packages/modules/adb/client/openscreen/platform/
H A Dudp_socket.cpp475 } else if (code == ENOPROTOOPT) { in JoinMulticastGroup()
/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp582 case WSAENOPROTOOPT: errno = ENOPROTOOPT; break; in _socket_set_errno()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27763 field public static final int ENOPROTOOPT;