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

/bind-9.11.3/lib/lwres/
H A Dgetnameinfo.c174 lwres_gnbaresponse_t *by = NULL; local
307 addr, &by);
310 p = strchr(by->realname, '.');
314 if ((strlen(by->realname) + 1) > hostlen)
316 strcpy(host, by->realname);
331 if (by != NULL)
332 lwres_gnbaresponse_free(lwrctx, &by);
H A Dgetaddrinfo.c8 * This code is derived from software contributed to ISC by
64 * family supported by the operating system.</li>
109 * in this list cn be processed by following the ai_next pointer, until a
116 * All of the information returned by lwres_getaddrinfo() is dynamically
118 * and canonical host name strings pointed to by the addrinfostructures.
119 * Memory allocated for the dynamically allocated structures created by a
120 * successful call to lwres_getaddrinfo() is released by
121 * lwres_freeaddrinfo(). ai is a pointer to a struct addrinfo created by
346 * AF_INET address will be treated by the AF_INET6 call as
568 lwres_gabnresponse_t *by local
631 lwres_gabnresponse_t *by = NULL; local
[all...]
H A Dgetipnode.c198 lwres_gabnresponse_t *by = NULL; local
269 n = lwres_getaddrsbyname(lwrctx, name, LWRES_ADDRTYPE_V6, &by);
271 he1 = hostfromname(by, AF_INET6);
272 lwres_gabnresponse_free(lwrctx, &by);
291 n = lwres_getaddrsbyname(lwrctx, name, LWRES_ADDRTYPE_V4, &by);
293 he2 = hostfromname(by, AF_INET);
294 lwres_gabnresponse_free(lwrctx, &by);
328 lwres_gnbaresponse_t *by = NULL; local
387 INADDRSZ, cp, &by);
397 he1 = hostfromaddr(by, AF_INE
[all...]

Completed in 1283 milliseconds