Lines Matching defs:hostlist
87 struct hostlist *dp_hosts; /* List of hosts this dir exported to */
127 struct hostlist {
130 struct hostlist *ht_next;
180 void free_host(struct hostlist *);
184 struct hostlist *get_ht(void);
996 struct hostlist *hp;
1520 struct hostlist *hp;
1559 struct hostlist *hp;
1621 struct hostlist *hp;
1887 free_host(struct hostlist *hp)
1889 struct hostlist *hp2;
1898 struct hostlist *
1901 struct hostlist *hp;
1903 hp = malloc(sizeof (struct hostlist));