Searched defs:addresses (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dgetipnode.c33 * char **h_addr_list; // list of addresses from name server
55 * A NULL terminated array of network addresses for the host. Host
56 * addresses are returned in network byte order.
58 * lwres_getipnodebyname() looks up addresses of protocol family af for
60 * specify the types of addresses that are searched for, and the types of
61 * addresses that are returned. The flag bits are:
64 * This is used with an af of #AF_INET6, and causes IPv4 addresses
65 * to be returned as IPv4-mapped IPv6 addresses.
69 * addresses (IPv6 and IPv4) to be returned. If #AI_V4MAPPED is
70 * also set, the IPv4 addresses ar
467 int addresses = 1; local
847 int addresses = 1; /* NULL terminator */ local
[all...]
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c438 const cfg_obj_t *addresses = NULL; local
582 result = cfg_map_get(server, "addresses", &addresses);
586 for (element = cfg_list_first(addresses);
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c2351 const cfg_obj_t *addresses; local
2377 addresses = NULL;
2379 addresses = cfg_tuple_get(alternates, "addresses");
2381 for (element = cfg_list_first(addresses);
2439 isc_sockaddrlist_t addresses; local
2444 ISC_LIST_INIT(addresses);
2469 faddresses = cfg_tuple_get(forwarders, "addresses");
2485 ISC_LIST_APPEND(addresses, sa, link);
2488 if (ISC_LIST_EMPTY(addresses)) {
[all...]

Completed in 21 milliseconds