1ARES_SET_LOCAL_IP4(3) Library Functions Manual ARES_SET_LOCAL_IP4(3)
2
3
4
6 ares_set_local_ip4 - Set local IPv4 address outgoing requests.
7
9 #include <ares.h>
10
11 void ares_set_local_ip4(ares_channel channel, unsigned int local_ip)
12
14 The ares_set_local_ip4 function sets the IP address for outbound
15 requests. This allows users to specify outbound interfaces when used
16 on multi-homed systems.
17
19 ares_set_local_ip6(3)
20
22 This function was added in c-ares 1.7.4
23
25 Ben Greear
26
27
28
29 30 June 2010 ARES_SET_LOCAL_IP4(3)