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

  /src/usr.bin/ypwhich/
ypwhich.c 71 * without going through ypbind.
211 * find_server: ask a host's ypbind who its current ypserver is
218 CLIENT *ypbind; local in function:find_server
238 * establish connection to ypbind
240 ypbind = mkclient(&sin, YPBINDPROG, YPBINDVERS, tcp);
241 if (ypbind == NULL)
246 * now call ypbind's "DOMAIN" procedure to get the server name
250 retval = clnt_call(ypbind, (unsigned int)YPBINDPROC_DOMAIN,
253 clnt_destroy(ypbind);
257 errx(1, "ypbind on %s for domain %s failed: %s", host, domain
    [all...]
  /src/etc/defaults/
rc.conf 299 ypbind=NO ypbind_flags="" key

Completed in 13 milliseconds