Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypbind/
H A Dypbind.c381 pmap_unset(YPBINDPROG, YPBINDVERS); in terminate()
442 pmap_unset(YPBINDPROG, YPBINDVERS); in main()
447 if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in main()
455 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in main()
/freebsd/usr.sbin/ypset/
H A Dypset.c89 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_tohost()
/freebsd/include/rpcsvc/
H A Dyp_prot.h225 #define YPBINDVERS ((u_long)2) macro
H A Dyp.x360 version YPBINDVERS {
/freebsd/usr.bin/ypwhich/
H A Dypwhich.c96 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_host()
/freebsd/lib/libc/yp/
H A Dyplib.c432 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind()