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

  /src/usr.sbin/ypbind/
Makefile 6 PROG= ypbind
7 MAN= ypbind.8
13 COPTS.ypbind.c+= ${CC_WNO_CAST_FUNCTION_TYPE}
  /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/rc.d/
Makefile 52 CONFIGFILES+= ypbind yppasswdd ypserv
  /src/usr.sbin/
Makefile 42 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
  /src/usr.bin/crunch/examples/
really-big.conf 74 progs traceroute trpt update vipw vnconfig ypbind yppoll ypset
95 progs ypbind ypwhich ypcat ypmatch ypset yppoll
  /src/etc/defaults/
rc.conf 299 ypbind=NO ypbind_flags="" key

Completed in 14 milliseconds