Home
last modified time | relevance | path

Searched refs:uv__setsockopt_maybe_char (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dudp.c1145 static int uv__setsockopt_maybe_char(uv_udp_t* handle, in uv__setsockopt_maybe_char() function
1190 * and use the general uv__setsockopt_maybe_char call on other platforms. in uv_udp_set_ttl()
1204 return uv__setsockopt_maybe_char(handle, in uv_udp_set_ttl()
1219 * and use the general uv__setsockopt_maybe_char call otherwise. in uv_udp_set_multicast_ttl()
1232 return uv__setsockopt_maybe_char(handle, in uv_udp_set_multicast_ttl()
1244 * and use the general uv__setsockopt_maybe_char call otherwise. in uv_udp_set_multicast_loop()
1257 return uv__setsockopt_maybe_char(handle, in uv_udp_set_multicast_loop()
/third_party/node/deps/uv/src/unix/
H A Dudp.c1193 static int uv__setsockopt_maybe_char(uv_udp_t* handle, in uv__setsockopt_maybe_char() function
1238 * and use the general uv__setsockopt_maybe_char call on other platforms. in uv_udp_set_ttl()
1252 return uv__setsockopt_maybe_char(handle, in uv_udp_set_ttl()
1267 * and use the general uv__setsockopt_maybe_char call otherwise. in uv_udp_set_multicast_ttl()
1280 return uv__setsockopt_maybe_char(handle, in uv_udp_set_multicast_ttl()
1292 * and use the general uv__setsockopt_maybe_char call otherwise. in uv_udp_set_multicast_loop()
1305 return uv__setsockopt_maybe_char(handle, in uv_udp_set_multicast_loop()

Completed in 4 milliseconds