Home
last modified time | relevance | path

Searched refs:uv_udp_set_ttl (Results 1 – 7 of 7) sorted by relevance

/third_party/libuv/test/
Dtest-udp-options.c54 r = uv_udp_set_ttl(&h, i); in udp_options_test()
66 r = uv_udp_set_ttl(&h, invalid_ttls[i]); in udp_options_test()
126 ASSERT(UV_ENOTSUP == uv_udp_set_ttl(&h, 1)); in TEST_IMPL()
128 ASSERT(UV_EBADF == uv_udp_set_ttl(&h, 1)); in TEST_IMPL()
146 ASSERT(UV_ENOTSUP == uv_udp_set_ttl(&h2, 1)); in TEST_IMPL()
148 ASSERT(0 == uv_udp_set_ttl(&h2, 1)); in TEST_IMPL()
/third_party/libuv/docs/src/guide/
Dnetworking.rst160 The TTL of packets sent on the socket can be changed using ``uv_udp_set_ttl``.
/third_party/node/src/
Dudp_wrap.cc379 X(SetTTL, uv_udp_set_ttl) in X() argument
/third_party/libuv/src/unix/
Dudp.c1216 int uv_udp_set_ttl(uv_udp_t* handle, int ttl) { in uv_udp_set_ttl() function
/third_party/libuv/docs/src/
Dudp.rst327 .. c:function:: int uv_udp_set_ttl(uv_udp_t* handle, int ttl)
/third_party/libuv/include/
Duv.h710 UV_EXTERN int uv_udp_set_ttl(uv_udp_t* handle, int ttl);
/third_party/libuv/include/uv_ndk/
Duv.h698 UV_EXTERN int uv_udp_set_ttl(uv_udp_t* handle, int ttl);