Home
last modified time | relevance | path

Searched refs:uv_udp_try_send (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Dtest-udp-connect.c150 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &lo_addr); in TEST_IMPL()
152 r = uv_udp_try_send(&client, &buf, 1, NULL); in TEST_IMPL()
154 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &ext_addr); in TEST_IMPL()
167 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &lo_addr); in TEST_IMPL()
169 r = uv_udp_try_send(&client, &buf, 1, NULL); in TEST_IMPL()
H A Dtest-udp-connect6.c153 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &lo_addr); in TEST_IMPL()
155 r = uv_udp_try_send(&client, &buf, 1, NULL); in TEST_IMPL()
157 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &ext_addr); in TEST_IMPL()
170 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &lo_addr); in TEST_IMPL()
172 r = uv_udp_try_send(&client, &buf, 1, NULL); in TEST_IMPL()
H A Dtest-udp-try-send.c109 r = uv_udp_try_send(&client, &buf, 0, (const struct sockaddr*) &addr); in TEST_IMPL()
112 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &addr); in TEST_IMPL()
136 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &addr); in TEST_IMPL()
H A Dtest-udp-recv-in-a-row.c103 r = uv_udp_try_send(&client, in TEST_IMPL()
112 r = uv_udp_try_send(&client, in TEST_IMPL()
H A Dtest-udp-mmsg.c129 ASSERT_EQ(4, uv_udp_try_send(&sender, &buf, 1, (const struct sockaddr*) &addr)); in TEST_IMPL()
H A Dbenchmark-ping-udp.c82 r = uv_udp_try_send(&pinger->udp, &buf, 1, in pinger_write_ping()
/libuv/docs/src/
H A Dudp.rst412 .. c:function:: int uv_udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, co…
431 Like :c:func:`uv_udp_try_send`, but can send multiple datagrams.
/libuv/src/
H A Duv-common.c503 int uv_udp_try_send(uv_udp_t* handle, in uv_udp_try_send() function
/libuv/src/win/
H A Dudp.c1156 r = uv_udp_try_send(handle, bufs[i], nbufs[i], addrs[i]); in uv__udp_try_send2()
/libuv/include/
H A Duv.h775 UV_EXTERN int uv_udp_try_send(uv_udp_t* handle,
/libuv/
H A DChangeLog3256 * win,udp: implements uv_udp_try_send (Barnabas Gema)
5001 * unix, win: add uv_udp_try_send (Andrius Bentkus)

Completed in 40 milliseconds