Lines Matching defs:client
30 ASSERT_NE((uv_udp_t*)(handle) == &client || (uv_udp_t*)(handle) == &client2, 0)
32 static uv_udp_t client;
99 uv_close((uv_handle_t*) &client, close_cb);
128 r = uv_udp_init(uv_default_loop(), &client);
131 r = uv_udp_bind(&client, (const struct sockaddr*) &addr2, 0);
134 r = uv_udp_recv_start(&client, alloc_cb, recv_cb);
137 /* client sends "PING", then "PANG" */
141 &client,
151 &client,
170 /* client sends "PING", then "PANG" */