Home
last modified time | relevance | path

Searched refs:recv_from (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/src/win/
Dudp.c295 memset(&handle->recv_from, 0, sizeof handle->recv_from); in uv__udp_queue_recv()
296 handle->recv_from_len = sizeof handle->recv_from; in uv__udp_queue_recv()
304 (struct sockaddr*) &handle->recv_from, in uv__udp_queue_recv()
494 (const struct sockaddr*) &handle->recv_from, in uv__process_udp_recv_req()
/third_party/toybox/toys/pending/
Darping.c131 static void recv_from(struct sockaddr_ll *from, int *recv_len) in recv_from() function
286 recv_from(&from, &recv_len); in arping_main()
/third_party/libuv/include/uv/
Dwin.h460 struct sockaddr_storage recv_from; \