Home | History | Annotate | Download | only in mountd

Lines Matching defs:hostlist

125 	struct hostlist *dp_hosts;	/* List of hosts this dir exported to */
161 struct hostlist {
164 struct hostlist *ht_next;
200 static void free_host(struct hostlist *);
204 static struct hostlist *get_ht(void);
863 struct hostlist *hp;
1406 struct hostlist *hp;
1454 struct hostlist *hp;
1664 struct hostlist *hp;
1931 free_host(struct hostlist *hp)
1933 struct hostlist *hp2;
1942 static struct hostlist *
1945 struct hostlist *hp;
1947 hp = emalloc(sizeof(struct hostlist));