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

  /src/usr.sbin/ypset/
ypset.c 134 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
  /src/lib/librpcsvc/
yp.x 285 version YPBINDVERS {
  /src/include/rpcsvc/
yp_prot.h 219 #define YPBINDVERS ((unsigned long)2)
  /src/usr.bin/ypwhich/
ypwhich.c 240 ypbind = mkclient(&sin, YPBINDPROG, YPBINDVERS, tcp);
  /src/lib/libc/yp/
yplib.c 215 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS,
  /src/usr.sbin/ypbind/
ypbind.c 970 (void)pmap_unset(YPBINDPROG, YPBINDVERS);
976 if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
978 errx(1, "Unable to register (YPBINDPROG, YPBINDVERS, udp).");
984 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
986 errx(1, "Unable to register (YPBINDPROG, YPBINDVERS, tcp).");

Completed in 16 milliseconds