Home
last modified time | relevance | path

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

/netbsd/usr.sbin/ypset/
H A Dypset.c134 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_tohost()
/netbsd/lib/librpcsvc/
H A Dyp.x285 version YPBINDVERS {
/netbsd/include/rpcsvc/
H A Dyp_prot.h219 #define YPBINDVERS ((unsigned long)2) macro
/netbsd/usr.bin/ypwhich/
H A Dypwhich.c240 ypbind = mkclient(&sin, YPBINDPROG, YPBINDVERS, tcp); in find_server()
/netbsd/usr.sbin/ypbind/
H A Dypbind.c970 (void)pmap_unset(YPBINDPROG, YPBINDVERS); in sunrpc_setup()
976 if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in sunrpc_setup()
984 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in sunrpc_setup()
/netbsd/lib/libc/yp/
H A Dyplib.c215 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, in _yp_dobind()