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

/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c109 struct hostlist *dp_hosts; /* List of hosts this dir exported to */ member in struct:dirlist
1497 hp = dp->dp_hosts;
1517 hp = adp->dp_hosts;
2491 dp->dp_hosts = (struct hostlist *)NULL;
2528 hp->ht_next = ep->ex_defdir->dp_hosts;
2529 ep->ex_defdir->dp_hosts = hp;
2590 hp->ht_next = dp->dp_hosts;
2591 dp->dp_hosts = hp;
2646 hp = dp->dp_hosts;
2717 free_host(dp->dp_hosts);
[all...]

Completed in 106 milliseconds