Lines Matching refs:it
40 * UV_UDP_REUSEPORT would do. On other Unix platforms, it sets the
54 * that it should now be freed by the recv_cb callback. When this flag is set
105 The callee is responsible for freeing the buffer, libuv does not reuse it.
170 * `UV_UDP_RECVMMSG`: if set, and the platform supports it, :man:`recvmmsg(2)` will
181 The only requirement of the `sock` argument is that it follows the datagram
190 it's required that it represents a valid datagram socket.
243 On unconnected handles, it returns `UV_ENOTCONN`.
252 :param namelen: On input it indicates the data of the `name` field. On
253 output it indicates how much of it was filled.
270 :param namelen: On input it indicates the data of the `name` field. On
271 output it indicates how much of it was filled.
378 with :c:func:`uv_udp_bind` it will be bound to 0.0.0.0
382 (``0.0.0.0`` or ``::``) it will be changed to point to ``localhost``.
385 For connected UDP handles, `addr` must be set to `NULL`, otherwise it will
388 For connectionless UDP handles, `addr` cannot be `NULL`, otherwise it will
414 Same as :c:func:`uv_udp_send`, but won't queue a send request if it can't
417 For connected UDP handles, `addr` must be set to `NULL`, otherwise it will
420 For connectionless UDP handles, `addr` cannot be `NULL`, otherwise it will
423 :returns: >= 0: number of bytes sent (it matches the given buffer size).
432 with :c:func:`uv_udp_bind` it is bound to 0.0.0.0 (the "all interfaces"
453 it must be explicitly requested by passing the `UV_UDP_RECVMMSG` flag to