Searched refs:lasthost (Results 1 – 2 of 2) sorted by relevance
213 hostlist_t *lasthost = NULL; in parsehosts() local346 if (lasthost != NULL) { in parsehosts()347 lasthost->next_host = newhost; in parsehosts()348 lasthost = lasthost->next_host; in parsehosts()350 lasthost = newhost; in parsehosts()
45 static char *lasthost(char *addr);113 name = tackon(lasthost(from), name); in netmap()114 while (((cp = lasthost(from)) != 0) && ishost(cp, name)) { in netmap()178 lasthost(char *addr) in lasthost() function