HelenOS sources

inet_host_t        42 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_parse(const char *, inet_host_t **, char **);
inet_host_t        43 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_format(inet_host_t *, char **);
inet_host_t        44 uspace/lib/inet/include/inet/host.h extern void inet_host_destroy(inet_host_t *);
inet_host_t        45 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_lookup_one(inet_host_t *, ip_ver_t, inet_addr_t *);
inet_host_t        57 uspace/lib/inet/src/host.c errno_t inet_host_parse(const char *str, inet_host_t **rhost,
inet_host_t        60 uspace/lib/inet/src/host.c 	inet_host_t *host;
inet_host_t        66 uspace/lib/inet/src/host.c 	host = calloc(1, sizeof(inet_host_t));
inet_host_t       108 uspace/lib/inet/src/host.c errno_t inet_host_format(inet_host_t *host, char **rstr)
inet_host_t       137 uspace/lib/inet/src/host.c void inet_host_destroy(inet_host_t *host)
inet_host_t       163 uspace/lib/inet/src/host.c errno_t inet_host_lookup_one(inet_host_t *host, ip_ver_t version, inet_addr_t *addr)
inet_host_t       206 uspace/lib/inet/src/host.c 	inet_host_t *host = NULL;
HelenOS homepage, sources at GitHub