Searched refs:uv_udp_set_ttl (Results 1 – 7 of 7) sorted by relevance
/third_party/libuv/test/ |
D | test-udp-options.c | 54 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/ |
D | networking.rst | 160 The TTL of packets sent on the socket can be changed using ``uv_udp_set_ttl``.
|
/third_party/node/src/ |
D | udp_wrap.cc | 379 X(SetTTL, uv_udp_set_ttl) in X() argument
|
/third_party/libuv/src/unix/ |
D | udp.c | 1216 int uv_udp_set_ttl(uv_udp_t* handle, int ttl) { in uv_udp_set_ttl() function
|
/third_party/libuv/docs/src/ |
D | udp.rst | 327 .. c:function:: int uv_udp_set_ttl(uv_udp_t* handle, int ttl)
|
/third_party/libuv/include/ |
D | uv.h | 710 UV_EXTERN int uv_udp_set_ttl(uv_udp_t* handle, int ttl);
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 698 UV_EXTERN int uv_udp_set_ttl(uv_udp_t* handle, int ttl);
|