HelenOS sources
inet_hostport_t 42 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_parse(const char *, inet_hostport_t **, char **);
inet_hostport_t 43 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_format(inet_hostport_t *, char **);
inet_hostport_t 44 uspace/lib/inet/include/inet/hostport.h extern void inet_hostport_destroy(inet_hostport_t *);
inet_hostport_t 45 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_lookup_one(inet_hostport_t *, ip_ver_t, inet_ep_t *);
inet_hostport_t 59 uspace/lib/inet/src/hostport.c errno_t inet_hostport_parse(const char *str, inet_hostport_t **rhp,
inet_hostport_t 62 uspace/lib/inet/src/hostport.c inet_hostport_t *hp;
inet_hostport_t 70 uspace/lib/inet/src/hostport.c hp = calloc(1, sizeof(inet_hostport_t));
inet_hostport_t 140 uspace/lib/inet/src/hostport.c errno_t inet_hostport_format(inet_hostport_t *hp, char **rstr)
inet_hostport_t 188 uspace/lib/inet/src/hostport.c void inet_hostport_destroy(inet_hostport_t *hp)
inet_hostport_t 214 uspace/lib/inet/src/hostport.c errno_t inet_hostport_lookup_one(inet_hostport_t *hp, ip_ver_t version,
inet_hostport_t 261 uspace/lib/inet/src/hostport.c inet_hostport_t *hp = NULL;
HelenOS homepage, sources at GitHub