Searched refs:addrinfo (Results 1 - 25 of 28) sorted by relevance

12

/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c44 #include "addrinfo.h"
99 struct addrinfo **, char *, struct addrinfo *,
101 static int get_addr(const char *, int, struct addrinfo **,
102 struct addrinfo *, int);
103 static int get_addr0(const char *, int, struct addrinfo **,
104 struct addrinfo *, int);
143 if (((ai) = (struct addrinfo *)malloc(sizeof(struct addrinfo) +\
149 memcpy(ai, pai, sizeof(struct addrinfo));\
[all...]
H A Daddrinfo.h56 /* valid flags for addrinfo */
81 struct addrinfo { struct
89 struct addrinfo *ai_next; /* next structure in linked list */
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.h79 const struct addrinfo *hints, struct addrinfo **res);
84 idn_stub_freeaddrinfo(struct addrinfo *aip);
H A Dstub.c346 const struct addrinfo *hints, struct addrinfo **res)
349 const struct addrinfo *hints, struct addrinfo **res);
361 idn_stub_freeaddrinfo(struct addrinfo *aip) {
362 static void (*fp)(struct addrinfo *aip);
H A Dresolver.c136 static struct addrinfo *copy_decode_addrinfo_dynamic(struct addrinfo *aip);
139 static void free_copied_addrinfo(struct addrinfo *aip);
496 static struct addrinfo *
497 copy_decode_addrinfo_dynamic(struct addrinfo *aip) {
498 struct addrinfo *newaip;
503 newaip = malloc(sizeof(struct addrinfo) + aip->ai_addrlen);
521 free_copied_addrinfo(struct addrinfo *aip) {
523 struct addrinfo *next = aip->ai_next;
960 const struct addrinfo *hint
[all...]
/bind-9.11.3/lib/lwres/
H A Dgetaddrinfo.c38 * If the operating system does not provide a struct addrinfo, the
42 * struct addrinfo {
50 * struct addrinfo *ai_next; // next structure in linked list
55 * hints is an optional pointer to a struct addrinfo. This structure can
80 * ai_canonname of the first addrinfo structure returned. Setting
101 * All other elements of the struct addrinfo passed via hints must be
104 * A hints of NULL is treated as if the caller provided a struct addrinfo
108 * linked list of one or more addrinfo structures. Each struct addrinfo
111 * and ai_protocol in each returned addrinfo structur
[all...]
/bind-9.11.3/lib/irs/win32/include/irs/
H A Dnetdb.h19 * Define if <netdb.h> does not declare struct addrinfo.
24 struct addrinfo { struct
32 struct addrinfo *ai_next; /* Next structure in linked list */
186 const struct addrinfo *, struct addrinfo **);
189 void freeaddrinfo(struct addrinfo *);
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c22 * If the operating system does not provide a struct addrinfo, the
26 * struct addrinfo {
34 * struct addrinfo *ai_next; // next structure in linked list
39 * hints is an optional pointer to a struct addrinfo. This structure can
64 * ai_canonname of the first addrinfo structure returned. Setting
85 * All other elements of the struct addrinfo passed via hints must be
88 * A hints of NULL is treated as if the caller provided a struct addrinfo
92 * linked list of one or more addrinfo structures. Each struct addrinfo
95 * and ai_protocol in each returned addrinfo structur
[all...]
H A Dresconf.c202 struct addrinfo hints, *res;
/bind-9.11.3/lib/isc/win32/
H A Dnetdb.h18 * Define if <netdb.h> does not declare struct addrinfo.
22 struct addrinfo { struct
30 struct addrinfo *ai_next; /* Next structure in linked list */
/bind-9.11.3/lib/dns/
H A Dresolver.c205 dns_adbaddrinfo_t * addrinfo; member in struct:query
369 dns_adbaddrinfo_t *addrinfo; member in struct:fetchctx
402 dns_adbaddrinfo_t * addrinfo; member in struct:__anon184
518 * Private addrinfo flags. These must not conflict with DNS_FETCHOPT_NOEDNS0
519 * (0x008) which we also use as an addrinfo flag.
568 static void add_bad(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo,
592 valcreate(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, dns_name_t *name, argument
606 valarg->addrinfo = addrinfo;
900 dns_adbaddrinfo_t *addrinfo; local
1627 fctx_query(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, unsigned int options) argument
2855 dns_adbaddrinfo_t *addrinfo; local
2925 add_bad(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, isc_result_t reason, badnstype_t badtype) argument
3045 dns_adbaddrinfo_t *addrinfo, *bestaddrinfo; local
3564 dns_adbaddrinfo_t *addrinfo; local
3706 dns_adbaddrinfo_t *addrinfo = NULL; local
4581 log_lame(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo) argument
4796 dns_adbaddrinfo_t *addrinfo; local
5346 cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adbaddrinfo_t *addrinfo, isc_stdtime_t now) argument
5831 cache_message(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, isc_stdtime_t now) argument
5926 ncache_message(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, dns_rdatatype_t covers, isc_stdtime_t now) argument
7603 dns_adbaddrinfo_t *addrinfo; local
7679 dns_adbaddrinfo_t *addrinfo; local
[all...]
H A Dadb.c1989 * Copy bits from the entry into the newly allocated addrinfo. The entry
2181 dns_adbaddrinfo_t *addrinfo; local
2209 addrinfo = new_adbaddrinfo(adb, entry, find->port);
2210 if (addrinfo == NULL) {
2218 ISC_LIST_APPEND(find->list, addrinfo, publink);
2219 addrinfo = NULL;
2249 addrinfo = new_adbaddrinfo(adb, entry, find->port);
2250 if (addrinfo == NULL) {
2258 ISC_LIST_APPEND(find->list, addrinfo, publink);
2259 addrinfo
[all...]
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h23 * Define if <netdb.h> does not declare struct addrinfo.
30 struct addrinfo { struct
38 struct addrinfo *ai_next; /* Next structure in linked list */
401 const struct addrinfo *, struct addrinfo **);
404 void lwres_freeaddrinfo(struct addrinfo *);
/bind-9.11.3/lib/irs/include/irs/
H A Dnetdb.h.in20 * Define if <netdb.h> does not declare struct addrinfo.
25 struct addrinfo {
33 struct addrinfo *ai_next; /* Next structure in linked list */
/bind-9.11.3/lib/samples/
H A Dsample-gai.c24 struct addrinfo hints, *res, *res0;
H A Dsample-request.c143 struct addrinfo hints, *res;
H A Dresolve.c180 struct addrinfo hints, *res;
H A Dsample-update.c115 struct addrinfo hints, *res;
/bind-9.11.3/lib/lwres/include/lwres/
H A Dnetdb.h.in22 * Define if <netdb.h> does not declare struct addrinfo.
27 struct addrinfo {
35 struct addrinfo *ai_next; /* Next structure in linked list */
407 const struct addrinfo *, struct addrinfo **);
410 void lwres_freeaddrinfo(struct addrinfo *);
/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c49 struct addrinfo *ai = NULL, *tmpai, hints;
/bind-9.11.3/lib/isc/unix/
H A Dnet.c496 cmsgsend(int s, int level, int type, struct addrinfo *res) {
629 struct addrinfo hints, *res0;
694 struct addrinfo hints, *res0;
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c453 struct addrinfo *ai;
454 struct addrinfo hint;
/bind-9.11.3/bin/check/
H A Dcheck-tool.c185 struct addrinfo hints, *ai, *cur;
386 struct addrinfo hints, *ai, *cur;
472 struct addrinfo hints, *ai, *cur;
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c47 #include "missing/addrinfo.h"
162 struct addrinfo *server_ai; /* init NULL */
414 struct addrinfo hints, *res;
434 /* replace the server's addrinfo */
769 struct addrinfo hints, *res;
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c1542 struct addrinfo hints, *res;
1584 struct addrinfo hints, *res;

Completed in 74 milliseconds

12