Home
last modified time | relevance | path

Searched refs:uv_udp_try_send (Results 1 - 12 of 12) sorted by relevance

/third_party/libuv/test/
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-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-recv-in-a-row.c96 r = uv_udp_try_send(&client, in TEST_IMPL()
105 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 Dbenchmark-ping-udp.c82 r = uv_udp_try_send(&pinger->udp, &buf, 1, in pinger_write_ping()
H A Dtest-udp-mmsg.c128 ASSERT_EQ(4, uv_udp_try_send(&sender, &buf, 1, (const struct sockaddr*) &addr)); in TEST_IMPL()
/third_party/libuv/src/
H A Duv-common.c504 int uv_udp_try_send(uv_udp_t* handle, in uv_udp_try_send() function
/third_party/node/src/
H A Dudp_wrap.cc567 err = uv_udp_try_send(&handle_, bufs_ptr, count, addr); in Send()
/third_party/node/deps/uv/src/
H A Duv-common.c470 int uv_udp_try_send(uv_udp_t* handle, in uv_udp_try_send() function
/third_party/libuv/include/
H A Duv.h761 UV_EXTERN int uv_udp_try_send(uv_udp_t* handle,
/third_party/libuv/include/uv_ndk/
H A Duv.h705 UV_EXTERN int uv_udp_try_send(uv_udp_t* handle,
/third_party/node/deps/uv/include/
H A Duv.h717 UV_EXTERN int uv_udp_try_send(uv_udp_t* handle,

Completed in 15 milliseconds