/bind-9.11.3/contrib/queryperf/missing/ |
H A D | getaddrinfo.c | 44 #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 D | addrinfo.h | 56 /* 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 D | stub.h | 79 const struct addrinfo *hints, struct addrinfo **res); 84 idn_stub_freeaddrinfo(struct addrinfo *aip);
|
H A D | stub.c | 346 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 D | resolver.c | 136 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 D | getaddrinfo.c | 38 * 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 D | netdb.h | 19 * 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 D | getaddrinfo.c | 22 * 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 D | resconf.c | 202 struct addrinfo hints, *res;
|
/bind-9.11.3/lib/isc/win32/ |
H A D | netdb.h | 18 * 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 D | resolver.c | 205 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 D | adb.c | 1989 * 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 D | netdb.h | 23 * 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 D | netdb.h.in | 20 * 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 D | sample-gai.c | 24 struct addrinfo hints, *res, *res0;
|
H A D | sample-request.c | 143 struct addrinfo hints, *res;
|
H A D | resolve.c | 180 struct addrinfo hints, *res;
|
H A D | sample-update.c | 115 struct addrinfo hints, *res;
|
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | netdb.h.in | 22 * 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 D | getaddresses.c | 49 struct addrinfo *ai = NULL, *tmpai, hints;
|
/bind-9.11.3/lib/isc/unix/ |
H A D | net.c | 496 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 D | lwtest.c | 453 struct addrinfo *ai; 454 struct addrinfo hint;
|
/bind-9.11.3/bin/check/ |
H A D | check-tool.c | 185 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 D | queryperf.c | 47 #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 D | perftcpdns.c | 1542 struct addrinfo hints, *res; 1584 struct addrinfo hints, *res;
|