Home
last modified time | relevance | path

Searched refs:free_host (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/bootpd/
H A Dreadfile.c237 free_host(hash_datum *);
365 hash_Reset(hwhashtable, free_host); in readtab()
366 hash_Reset(iphashtable, free_host); in readtab()
367 hash_Reset(nmhashtable, free_host); in readtab()
386 free_host((hash_datum *) hp); in readtab()
428 free_host((hash_datum *) hp); in readtab()
1860 free_host(hash_datum *hmp) in free_host() function
/freebsd/usr.sbin/mountd/
H A Dmountd.c225 static void free_host(struct hostlist *);
2785 free_host(dp->dp_hosts); in free_dir()
3073 free_host(ep->ex_defdir->dp_hosts); in free_exp()
3109 free_host(struct hostlist *hp) in free_host() function