Searched refs:client (Results 1 – 1 of 1) sorted by relevance
/support/ |
A D | tst-support-namespace.c | 56 int client = xsocket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); in test_localhost_bind() local 59 TEST_VERIFY (sendto (client, &i, sizeof (i), 0, in test_localhost_bind() 62 TEST_VERIFY (sendto (client, &j, sizeof (j), 0, in test_localhost_bind() 92 xclose (client); in test_localhost_bind()
|
Completed in 4 milliseconds