1ARES_SET_LOCAL_IP6(3)      Library Functions Manual      ARES_SET_LOCAL_IP6(3)
2
3
4

NAME

6       ares_set_local_ip6 - Set local IPv6 address outgoing requests.
7

SYNOPSIS

9       #include <ares.h>
10
11       void ares_set_local_ip6(ares_channel channel, const unsigned char* local_ip6)
12

DESCRIPTION

14       The ares_set_local_ip6 function sets the IPv6 address for outbound IPv6
15       requests.  The parameter local_ip6 is specified in network byte  order.
16       This  allows  users  to specify outbound interfaces when used on multi-
17       homed systems.  The local_ip6 argument must be 16 bytes in length.
18

SEE ALSO

20       ares_set_local_ip4(3)
21

NOTES

23       This function was added in c-ares 1.7.4
24

AUTHOR

26       Ben Greear
27
28
29
30                                 30 June 2010            ARES_SET_LOCAL_IP6(3)
Impressum