HomeSort by: relevance | last modified time | path
    Searched defs:free_host (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
irp_ho.c 83 static void free_host(struct hostent *ho);
143 free_host(&pvt->host);
200 free_host(ho);
263 free_host(ho);
310 free_host(ho);
363 free_host(&pvt->host);
369 * void free_host(struct hostent *ho)
374 free_host(struct hostent *ho) { function
  /src/usr.sbin/bootp/common/
readfile.c 245 free_host(hash_datum *);
376 hash_Reset(hwhashtable, free_host);
377 hash_Reset(iphashtable, free_host);
378 hash_Reset(nmhashtable, free_host);
397 free_host((hash_datum *) hp);
439 free_host((hash_datum *) hp);
1886 free_host(hash_datum *hmp)
1866 free_host(hash_datum *hmp) function
  /src/usr.sbin/mountd/
mountd.c 200 static void free_host(struct hostlist *);
1730 free_host(dp->dp_hosts);
1916 free_host(ep->ex_defdir->dp_hosts);
1931 free_host(struct hostlist *hp) function

Completed in 29 milliseconds