Searched refs:client_fd (Results 1 – 1 of 1) sorted by relevance
/libuv/test/ |
H A D | test-poll-oob.c | 38 static uv_os_fd_t client_fd; variable 78 n = recv(client_fd, &buffer, 5, MSG_OOB); in poll_cb() 88 if (fd == client_fd) { in poll_cb() 90 n = recv(client_fd, &buffer, 5, 0); in poll_cb() 129 n = send(client_fd, "foo", 3, 0); in poll_cb() 143 client_fd)); in connection_cb() 185 client_fd = socket(PF_INET, SOCK_STREAM, 0); in TEST_IMPL() 186 ASSERT_GE(client_fd, 0); in TEST_IMPL() 189 r = connect(client_fd, (const struct sockaddr*)&addr, sizeof(addr)); in TEST_IMPL()
|
Completed in 4 milliseconds