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

  /src/usr.bin/ypwhich/
ypwhich.c 34 * this version allows you full control of which ypserv you
63 * (who is host's ypserv?)
70 * -f: for -m, force us to talk directly to ypserv on the specified host
278 CLIENT *ypserv; local in function:find_mapmaster
289 * we can either ask the hosts ypbind where its ypserv is located,
290 * or we can be forced to assume that ypserv is running on the host.
321 * now we try and connect to host's ypserv
326 ypserv = mkclient(&sin, YPPROG, YPVERS, tcp);
327 if (ypserv == NULL) {
338 * if no map specified, we ask ypserv for a list of all map
    [all...]
  /src/usr.sbin/ypserv/yppush/
yppush.c 113 CLIENT *ypserv; local in function:main
204 * XXXCDC: note that yp_bind_local exits on failure so ypserv can't
210 ypserv = yp_bind_local(YPPROG, YPVERS);
211 retval = clnt_call(ypserv, YPPROC_CLEAR, xdr_void, 0, xdr_void, 0, tv);
213 errx(1, "clnt_call CLEAR to local ypserv: %s",
215 clnt_destroy(ypserv);
264 ypserv = yp_bind_host(master, YPPROG, YPVERS, 0, 1);
269 rv = yp_all_host(ypserv, ypi.ourdomain, "ypservers", &ypallcb);
309 CLIENT *ypserv; local in function:push
325 ypserv = clnt_create(target, YPPROG, YPVERS, "tcp")
    [all...]
  /src/etc/defaults/
rc.conf 300 ypserv=NO ypserv_flags="-d" key

Completed in 12 milliseconds