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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c106 struct hostlist *dp_hosts; /* List of hosts this dir exported to */ member in struct:dirlist
1444 hp = dp->dp_hosts;
1464 hp = adp->dp_hosts;
2417 dp->dp_hosts = (struct hostlist *)NULL;
2454 hp->ht_next = ep->ex_defdir->dp_hosts;
2455 ep->ex_defdir->dp_hosts = hp;
2515 hp->ht_next = dp->dp_hosts;
2516 dp->dp_hosts = hp;
2571 hp = dp->dp_hosts;
2642 free_host(dp->dp_hosts);
[all...]

Completed in 177 milliseconds