Lines Matching refs:func

23     Flags used in :c:func:`uv_udp_bind` and :c:type:`uv_udp_recv_cb`..
86 Type definition for callback passed to :c:func:`uv_udp_send`, which is
91 Type definition for callback passed to :c:func:`uv_udp_recv_start`, which
166 If the specified domain is ``AF_UNSPEC`` no socket is created, just like :c:func:`uv_udp_init`.
197 :c:func:`uv_udp_init`.
231 :c:func:`uv_udp_init`.
246 :c:func:`uv_udp_init` and bound.
264 :c:func:`uv_udp_init` and bound.
280 :c:func:`uv_udp_init`.
295 :c:func:`uv_udp_init`.
315 :c:func:`uv_udp_init_ex` as either ``AF_INET`` or ``AF_INET6``, or have
316 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
317 implicitly with :c:func:`uv_udp_send()` or :c:func:`uv_udp_recv_start`.
328 :c:func:`uv_udp_init_ex` as either ``AF_INET`` or ``AF_INET6``, or have
329 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
330 implicitly with :c:func:`uv_udp_send()` or :c:func:`uv_udp_recv_start`.
341 :c:func:`uv_udp_init_ex` as either ``AF_INET`` or ``AF_INET6``, or have
342 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
343 implicitly with :c:func:`uv_udp_send()` or :c:func:`uv_udp_recv_start`.
354 :c:func:`uv_udp_init_ex` as either ``AF_INET`` or ``AF_INET6``, or have
355 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
356 implicitly with :c:func:`uv_udp_send()` or :c:func:`uv_udp_recv_start`.
367 :c:func:`uv_udp_init_ex` as either ``AF_INET`` or ``AF_INET6``, or have
368 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
369 implicitly with :c:func:`uv_udp_send()` or :c:func:`uv_udp_recv_start`.
378 with :c:func:`uv_udp_bind` it will be bound to 0.0.0.0
394 :c:func:`uv_udp_init`.
414 Same as :c:func:`uv_udp_send`, but won't queue a send request if it can't
432 with :c:func:`uv_udp_bind` it is bound to 0.0.0.0 (the "all interfaces"
436 :c:func:`uv_udp_init`.
454 :c:func:`uv_udp_init_ex`.
455 .. versionchanged:: 1.39.0 :c:func:`uv_udp_using_recvmmsg` can be used in `alloc_cb` to
471 :c:func:`uv_udp_init`.