Lines Matching refs:address
42 * processes can bind to the same address without error (provided
70 * processes that are binding to the same address and port "share"
101 * `addr`: ``struct sockaddr*`` containing the address of the sender.
125 Membership type for a multicast address.
194 Bind the UDP handle to an IP address and port.
200 with the address and port to bind to.
223 Associate the UDP handle to a remote address and port, so every
234 with the address and port to associate to.
248 :param name: Pointer to the structure to be filled with the address data.
266 :param name: Pointer to the structure to be filled with the address data.
277 Set membership for a multicast address
282 :param multicast_addr: Multicast address to set membership for.
284 :param interface_addr: Interface address.
297 :param multicast_addr: Multicast address to set membership for.
299 :param interface_addr: Interface address.
301 :param source_addr: Source address.
316 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
329 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
342 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
345 :param interface_addr: interface address.
355 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
368 been bound to an address explicitly with :c:func:`uv_udp_bind`, or
379 (the "all interfaces" IPv4 address) and a random port number.
381 On Windows if the `addr` is initialized to point to an unspecified address
401 address and port of the remote peer.
433 IPv4 address) and a random port number.