Lines Matching refs:on

37              * This sets the SO_REUSEPORT socket flag on the BSDs (except for
60 * This sets IP_RECVERR for IPv4 and IPV6_RECVERR for IPv6 UDP sockets on
63 * This flag is no-op on platforms other than Linux.
68 * This sets the SO_REUSEPORT socket option on supported platforms.
74 * This flag is available only on Linux 3.9+, DragonFlyBSD 3.6+,
107 on error.
160 Returns 0 on success.
206 :returns: 0 on success, or an error code < 0 on failure.
211 ``UV_UDP_REUSEPORT`` flag is available only on Linux 3.9+, DragonFlyBSD 3.6+,
226 Trying to call `uv_udp_connect()` on an already connected handle will result
236 :returns: 0 on success, or an error code < 0 on failure.
242 Get the remote IP and port of the UDP handle on connected UDP handles.
255 :returns: 0 on success, or an error code < 0 on failure
273 :returns: 0 on success, or an error code < 0 on failure.
288 :returns: 0 on success, or an error code < 0 on failure.
305 :returns: 0 on success, or an error code < 0 on failure.
309 .. c:function:: int uv_udp_set_multicast_loop(uv_udp_t* handle, int on)
319 :param on: 1 for on, 0 for off.
321 :returns: 0 on success, or an error code < 0 on failure.
334 :returns: 0 on success, or an error code < 0 on failure.
338 Set the multicast interface to send or receive data on.
347 :returns: 0 on success, or an error code < 0 on failure.
349 .. c:function:: int uv_udp_set_broadcast(uv_udp_t* handle, int on)
351 Set broadcast on or off.
358 :param on: 1 for on, 0 for off.
360 :returns: 0 on success, or an error code < 0 on failure.
373 :returns: 0 on success, or an error code < 0 on failure.
405 :returns: 0 on success, or an error code < 0 on failure.
442 :returns: 0 on success, or an error code < 0 on failure.
449 .. versionchanged:: 1.35.0 added support for :man:`recvmmsg(2)` on supported platforms).
473 :returns: 0 on success, or an error code < 0 on failure.