Searched refs:YPU_VERS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 129 if (!svc_register(transp, YPU_PROG, YPU_VERS, ypupdate_prog, in main() 136 (void) rpcb_unset(YPU_PROG, YPU_VERS, 0); in main() 137 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "tcp")) { in main() 143 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "udp")) { in main()
|
H A D | ypupdate_prot.x | 40 version YPU_VERS {
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | ypupd.h | 59 #define YPU_VERS ((ulong_t)1) macro
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 95 client = clnt_create(ypmaster, YPU_PROG, YPU_VERS, "circuit_n"); in yp_update()
|