Home
last modified time | relevance | path

Searched refs:on_recv (Results 1 – 2 of 2) sorted by relevance

/libuv/test/
H A Dtest-udp-reuseport.c124 static void on_recv(uv_udp_t* handle, in on_recv() function
181 r = uv_udp_recv_start(handle, alloc_cb, on_recv); in bind_socket_and_prepare_recv()
H A Decho-server.c229 static void on_recv(uv_udp_t* handle, in on_recv() function
340 r = uv_udp_recv_start(&udpServer, slab_alloc, on_recv); in udp4_echo_start()

Completed in 6 milliseconds