Searched refs:YPU_VERS (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 131 if (!svc_register(transp, YPU_PROG, YPU_VERS, ypupdate_prog, 138 (void) rpcb_unset(YPU_PROG, YPU_VERS, 0); 139 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "tcp")) { 145 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "udp")) {
|
H A D | ypupdate_prot.x | 42 version YPU_VERS {
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | ypupd.h | 61 #define YPU_VERS ((ulong_t)1) macro
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 160 if (!svc_reg(transp, YPU_PROG, YPU_VERS, ypupdate_prog, 0)) { 190 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "netpath")) {
|
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 97 client = clnt_create(ypmaster, YPU_PROG, YPU_VERS, "circuit_n"); in yp_update()
|