Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ypbind/
HDypbind.c370 pmap_unset(YPBINDPROG, YPBINDVERS); in terminate()
428 pmap_unset(YPBINDPROG, YPBINDVERS); in main()
433 if (!svc_register(udptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in main()
441 if (!svc_register(tcptransp, YPBINDPROG, YPBINDVERS, ypbindprog_2, in main()
/dragonfly/usr.sbin/ypset/
HDypset.c94 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_tohost()
/dragonfly/include/rpcsvc/
HDyp_prot.h220 #define YPBINDVERS ((u_long)2) macro
HDyp.x362 version YPBINDVERS {
/dragonfly/usr.bin/ypwhich/
HDypwhich.c101 client = clntudp_create(lsin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_host()
/dragonfly/lib/libc/yp/
HDyplib.c445 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind()