Lines Matching refs:function

157 .. c:function:: int uv_udp_init(uv_loop_t* loop, uv_udp_t* handle)
162 .. c:function:: int uv_udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned int flags)
176 .. c:function:: int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock)
184 sockets can also be passed to this function.
192 .. c:function:: int uv_udp_bind(uv_udp_t* handle, const struct sockaddr* addr, unsigned int flags)
213 this function will return an UV_ENOTSUP error.
221 .. c:function:: int uv_udp_connect(uv_udp_t* handle, const struct sockaddr* addr)
225 Calling this function with a `NULL` `addr` disconnects the handle.
240 .. c:function:: int uv_udp_getpeername(const uv_udp_t* handle, struct sockaddr* name, int* namelen)
259 .. c:function:: int uv_udp_getsockname(const uv_udp_t* handle, struct sockaddr* name, int* namelen)
275 .. c:function:: int uv_udp_set_membership(uv_udp_t* handle, const char* multicast_addr, const char*…
290 .. c:function:: int uv_udp_set_source_membership(uv_udp_t* handle, const char* multicast_addr, cons…
309 .. c:function:: int uv_udp_set_multicast_loop(uv_udp_t* handle, int on)
323 .. c:function:: int uv_udp_set_multicast_ttl(uv_udp_t* handle, int ttl)
336 .. c:function:: int uv_udp_set_multicast_interface(uv_udp_t* handle, const char* interface_addr)
349 .. c:function:: int uv_udp_set_broadcast(uv_udp_t* handle, int on)
362 .. c:function:: int uv_udp_set_ttl(uv_udp_t* handle, int ttl)
375 .. c:function:: int uv_udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsign…
412 .. c:function:: int uv_udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, co…
429 .. c:function:: int uv_udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_c…
459 .. c:function:: int uv_udp_using_recvmmsg(uv_udp_t* handle)
466 .. c:function:: int uv_udp_recv_stop(uv_udp_t* handle)
475 .. c:function:: size_t uv_udp_get_send_queue_size(const uv_udp_t* handle)
481 .. c:function:: size_t uv_udp_get_send_queue_count(const uv_udp_t* handle)