HomeSort by relevance Sort by last modified time
    Searched full:eproto (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libbrillo/brillo/errors/
error_codes_unittest.cc 20 AddSystemError(&error, FROM_HERE, EPROTO);
22 EXPECT_EQ("EPROTO", error->GetCode());
  /external/bison/lib/
errno.in.h 52 # ifndef EPROTO
53 # define EPROTO 134
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
192 # ifndef EPROTO
193 # define EPROTO 2003
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 173 #ifndef EPROTO
174 #define EPROTO 134
  /external/libpcap/
nametoaddr.c 272 struct eproto { struct
278 struct eproto eproto_db[] = {
307 struct eproto *p = eproto_db;
320 static struct eproto llc_db[] = {
331 struct eproto *p = llc_db;
  /system/core/logd/
libaudit.c 145 rc = -EPROTO;
248 SLOGE("Protocol fault, error: %s", strerror(EPROTO));
249 return -EPROTO;
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 55 #define EPROTO 71
  /external/strace/linux/alpha/
errnoent.h 78 [ 85] = "EPROTO",
  /external/strace/linux/
errnoent.h 69 [ 71] = "EPROTO",
  /external/strace/linux/hppa/
errnoent.h 58 [ 61] = "EPROTO",
  /external/strace/linux/mips/
errnoent.h 66 [ 71] = "EPROTO",
  /external/strace/linux/sparc/
errnoent.h 86 [ 86] = "EPROTO",
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm-generic/
errno.h 55 #define EPROTO 71
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm-generic/
errno.h 55 #define EPROTO 71

Completed in 1237 milliseconds

1 2 3 4 5 6 7 8 91011