Searched defs:by (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | getnameinfo.c | 183 lwres_gnbaresponse_t *by = NULL; local 316 addr, &by); 319 p = strchr(by->realname, '.'); 323 if ((strlen(by->realname) + 1) > hostlen) 325 strcpy(host, by->realname); 340 if (by != NULL) 341 lwres_gnbaresponse_free(lwrctx, &by);
|
H A D | getaddrinfo.c | 5 * This code is derived from software contributed to ISC by 61 * family supported by the operating system.</li> 106 * in this list cn be processed by following the ai_next pointer, until a 113 * All of the information returned by lwres_getaddrinfo() is dynamically 115 * and canonical host name strings pointed to by the addrinfostructures. 116 * Memory allocated for the dynamically allocated structures created by a 117 * successful call to lwres_getaddrinfo() is released by 118 * lwres_freeaddrinfo(). ai is a pointer to a struct addrinfo created by 343 * AF_INET address will be treated by the AF_INET6 call as 565 lwres_gabnresponse_t *by local 628 lwres_gabnresponse_t *by = NULL; local [all...] |
H A D | getipnode.c | 207 lwres_gabnresponse_t *by = NULL; local 278 n = lwres_getaddrsbyname(lwrctx, name, LWRES_ADDRTYPE_V6, &by); 280 he1 = hostfromname(by, AF_INET6); 281 lwres_gabnresponse_free(lwrctx, &by); 300 n = lwres_getaddrsbyname(lwrctx, name, LWRES_ADDRTYPE_V4, &by); 302 he2 = hostfromname(by, AF_INET); 303 lwres_gabnresponse_free(lwrctx, &by); 337 lwres_gnbaresponse_t *by = NULL; local 396 INADDRSZ, cp, &by); 406 he1 = hostfromaddr(by, AF_INE [all...] |
Completed in 58 milliseconds