Searched refs:sockets (Results 1 – 1 of 1) sorted by relevance
/support/ |
A D | tst-support-namespace.c | 47 int sockets[3]; in test_localhost_bind() local 50 sockets[i] = xsocket in test_localhost_bind() 52 xbind (sockets[i], ai[i]->ai_addr, ai[i]->ai_addrlen); in test_localhost_bind() 73 TEST_VERIFY (recv (sockets[i], &buf, sizeof (buf), 0) == sizeof (buf)); in test_localhost_bind() 79 TEST_VERIFY (recv (sockets[i], &buf, sizeof (buf), 0) == sizeof (buf)); in test_localhost_bind() 82 TEST_VERIFY (recv (sockets[i], &buf, sizeof (buf), MSG_DONTWAIT) == -1); in test_localhost_bind() 90 xclose (sockets[i]); in test_localhost_bind()
|
Completed in 3 milliseconds