Lines Matching defs:by
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 = NULL;
585 LWRES_ADDRTYPE_V4, &by);
592 addr = LWRES_LIST_HEAD(by->addrs);
603 ai->ai_canonname = strdup(by->realname);
611 if (by != NULL)
612 lwres_gabnresponse_free(lwrctx, &by);
628 lwres_gabnresponse_t *by = NULL;
649 LWRES_ADDRTYPE_V6, &by);
656 addr = LWRES_LIST_HEAD(by->addrs);
667 ai->ai_canonname = strdup(by->realname);
675 if (by != NULL)
676 lwres_gabnresponse_free(lwrctx, &by);