Lines Matching refs:address

64 of a B<BIO_MSG> allows the destination address of sent datagrams to be specified
65 on a per-datagram basis, and the source address of received datagrams to be
67 will be read by BIO_sendmmsg() and used as the destination address for sent
68 datagrams, and written by BIO_recvmmsg() with the source address of received
71 Similarly, the I<local> field of a B<BIO_MSG> allows the source address of sent
72 datagrams to be specified on a per-datagram basis, and the destination address
82 If I<local> is specified and local address support is enabled, but the operating
83 system does not report a local address for a specific received message, the
84 B<BIO_ADDR> it points to will be cleared (address family set to C<AF_UNSPEC>).
86 the local system, regardless of whether the packet's destination address was the
87 loopback address or the IP address of a local non-loopback interface. This is
89 before local address support was enabled for a receiving socket. These are
90 OS-specific limitations. As such, users of this API using local address support
116 whether local address support is enabled. To enable local address support, call
118 local address support is not available for the platform.
144 are written with the relevant address.
158 The I<local> field was set to a non-NULL value, but local address support is not
163 The I<peer> field was set to a non-NULL value, but peer address support is not
204 BIO_dgram_set_local_addr_enable() returns 1 if local address support was
207 BIO_dgram_get_local_addr_enable() returns 1 if the local address support enable