Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/ypbind/
HDypbind.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-head/usr.sbin/ypset/
HDypset.c89 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_tohost()
/freebsd-head/include/rpcsvc/
HDyp_prot.h225 #define YPBINDVERS ((u_long)2) macro
HDyp.x360 version YPBINDVERS {
/freebsd-head/usr.bin/ypwhich/
HDypwhich.c96 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_host()
/freebsd-head/lib/libc/yp/
HDyplib.c432 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind()