Searched refs:EALREADY (Results 1 – 8 of 8) sorted by relevance
58 EALREADY, /* ERR_ALREADY -9 Already connecting. */
500 #ifndef EALREADY501 #define EALREADY (ERROR_BASE_NO + 114) macro
163 #define EALREADY 114 /* Operation already in progress */ macro
194 #define EALREADY 114 /* Operation already in progress */ macro
144 fail_unless(errno == EALREADY); in test_sockets_allfunctions_basic_domain()747 fail_unless(err == EALREADY); in START_TEST()748 if ((ret != -1) || (err != EALREADY)) { in START_TEST()
145 EALREADY, /* ERR_ISCONN -9 Already connected. */
Completed in 13 milliseconds