Searched refs:on_recv (Results 1 – 2 of 2) sorted by relevance
124 static void on_recv(uv_udp_t* handle, in on_recv() function181 r = uv_udp_recv_start(handle, alloc_cb, on_recv); in bind_socket_and_prepare_recv()
229 static void on_recv(uv_udp_t* handle, in on_recv() function340 r = uv_udp_recv_start(&udpServer, slab_alloc, on_recv); in udp4_echo_start()
Completed in 6 milliseconds