Searched refs:YPBINDVERS (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/ypset/
H A Dypset.c93 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
/freebsd-9.3-release/include/rpcsvc/
H A Dyp_prot.h225 #define YPBINDVERS ((u_long)2) macro
H A Dyp.x365 version YPBINDVERS {
/freebsd-9.3-release/usr.bin/ypwhich/
H A Dypwhich.c103 client = clntudp_create(lsin, YPBINDPROG, YPBINDVERS, tv, &sock);
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dypbind.c375 pmap_unset(YPBINDPROG, YPBINDVERS);
433 pmap_unset(YPBINDPROG, YPBINDVERS);
438 if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
440 errx(1, "unable to register (YPBINDPROG, YPBINDVERS, udp)");
446 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2,
448 errx(1, "unable to register (YPBINDPROG, YPBINDVERS, tcp)");
/freebsd-9.3-release/lib/libc/yp/
H A Dyplib.c436 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock,

Completed in 69 milliseconds