HomeSort by relevance Sort by last modified time
    Searched refs:ENOTCONN_PORTABLE (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/common/include/
errno_portable.h 102 #define ENOTCONN_PORTABLE 107
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 104 case ENOTCONN: return ENOTCONN_PORTABLE;
207 case ENOTCONN_PORTABLE: return ENOTCONN;

Completed in 210 milliseconds