host_list_t
host_list_t *hlp;
if (hlp == (host_list_t *)NULL)
static host_list_t *
host_list_t *h;
if ((h = malloc(sizeof (host_list_t))) == NULL) {
static host_list_t LocalHostName; /* our hostname */
static host_list_t NullHostName; /* in case of lookup failure */
freehl(host_list_t *h)
static host_list_t *
host_list_t *h, int hindex)
host_list_t *hlp; /* ptr to host list struct */
host_list_t *h;
static host_list_t *cvthname(struct netbuf *nbp, struct netconfig *ncp, char *);
static void freehl(host_list_t *h);
static host_list_t *hnc_lookup(struct netbuf *,
struct netconfig *, host_list_t *, int);