Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 9 of 9) sorted by relevance

/external/openssl/crypto/bio/
Dbss_sock.c275 #ifdef EPROTO in BIO_sock_non_fatal_error()
276 case EPROTO: in BIO_sock_non_fatal_error()
Dbss_fd.c301 #ifdef EPROTO in BIO_fd_non_fatal_error()
302 case EPROTO: in BIO_fd_non_fatal_error()
Dbss_dgram.c1795 #ifdef EPROTO in BIO_dgram_non_fatal_error()
1796 case EPROTO: in BIO_dgram_non_fatal_error()
/external/llvm/include/llvm/Support/
Dsystem_error.h421 # ifndef EPROTO
422 # define EPROTO 134 macro
578 #ifdef EPROTO
579 protocol_error = EPROTO,
/external/kernel-headers/original/asm-generic/
Derrno.h44 #define EPROTO 71 /* Protocol error */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h48 #define EPROTO 71 /* Protocol error */ macro
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java126 public static final int EPROTO = placeholder(); field in OsConstants
674 if (errno == EPROTO) { in errnoName()
/external/libusb/libusb/os/
Dlinux_usbfs.c1870 case -EPROTO: in handle_bulk_completion()
1986 case -EPROTO: in handle_iso_completion()
2042 case -EPROTO: in handle_control_completion()
/external/valgrind/main/include/vki/
Dvki-darwin.h622 #define VKI_EPROTO EPROTO