Searched refs:dp_hosts (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c103 struct hostlist *dp_hosts; /* List of hosts this dir exported to */ member in struct:dirlist
1377 hp = dp->dp_hosts;
1397 hp = adp->dp_hosts;
1984 dp->dp_hosts = (struct hostlist *)NULL;
2016 hp->ht_next = ep->ex_defdir->dp_hosts;
2017 ep->ex_defdir->dp_hosts = hp;
2074 hp->ht_next = dp->dp_hosts;
2075 dp->dp_hosts = hp;
2127 hp = dp->dp_hosts;
2198 free_host(dp->dp_hosts);
[all...]

Completed in 96 milliseconds