HelenOS sources

dnsr_hostinfo_t    80 uspace/app/dnsres/dnsres.c 	dnsr_hostinfo_t *hinfo;
dnsr_hostinfo_t    53 uspace/lib/inet/include/inet/dnsr.h extern errno_t dnsr_name2host(const char *, dnsr_hostinfo_t **, ip_ver_t);
dnsr_hostinfo_t    54 uspace/lib/inet/include/inet/dnsr.h extern void dnsr_hostinfo_destroy(dnsr_hostinfo_t *);
dnsr_hostinfo_t    69 uspace/lib/inet/src/dnsr.c errno_t dnsr_name2host(const char *name, dnsr_hostinfo_t **rinfo, ip_ver_t ver)
dnsr_hostinfo_t    84 uspace/lib/inet/src/dnsr.c 	dnsr_hostinfo_t *info = calloc(1, sizeof(dnsr_hostinfo_t));
dnsr_hostinfo_t   143 uspace/lib/inet/src/dnsr.c void dnsr_hostinfo_destroy(dnsr_hostinfo_t *info)
dnsr_hostinfo_t   165 uspace/lib/inet/src/host.c 	dnsr_hostinfo_t *hinfo = NULL;
dnsr_hostinfo_t   217 uspace/lib/inet/src/hostport.c 	dnsr_hostinfo_t *hinfo = NULL;
HelenOS homepage, sources at GitHub