Home
last modified time | relevance | path

Searched refs:uv_udp_try_send (Results 1 – 10 of 10) 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-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-try-send.c104 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &addr); in TEST_IMPL()
108 r = uv_udp_try_send(&client, &buf, 1, (const struct sockaddr*) &addr); in TEST_IMPL()
H A Dtest-udp-mmsg.c128 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/src/
H A Duv-common.c503 int uv_udp_try_send(uv_udp_t* handle, in uv_udp_try_send() function
/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…
/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 32 milliseconds