Lines Matching refs:ERR
46 #undef ERR in adb_strerror()
47 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror() macro
51 ERR(ECONNRESET, "Connection reset by peer"); in adb_strerror()
52 ERR(EHOSTUNREACH, "No route to host"); in adb_strerror()
53 ERR(ENETDOWN, "Network is down"); in adb_strerror()
54 ERR(ENETRESET, "Network dropped connection because of reset"); in adb_strerror()
55 ERR(ENOBUFS, "No buffer space available"); in adb_strerror()
56 ERR(ENOPROTOOPT, "Protocol not available"); in adb_strerror()
57 ERR(ENOTCONN, "Transport endpoint is not connected"); in adb_strerror()
58 ERR(ENOTSOCK, "Socket operation on non-socket"); in adb_strerror()
59 ERR(EOPNOTSUPP, "Operation not supported on transport endpoint"); in adb_strerror()