HomeSort by relevance Sort by last modified time
    Searched refs:YPU_VERS (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ypcmd/ypupdated/
ypupdate_prot.x 42 version YPU_VERS {
rpc.ypupdated.c 129 if (!svc_register(transp, YPU_PROG, YPU_VERS, ypupdate_prog,
136 (void) rpcb_unset(YPU_PROG, YPU_VERS, 0);
137 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "tcp")) {
143 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "udp")) {
  /onnv/onnv-gate/usr/src/head/rpcsvc/
ypupd.h 61 #define YPU_VERS ((ulong_t)1)
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_update.c 97 client = clnt_create(ypmaster, YPU_PROG, YPU_VERS, "circuit_n");
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypupdated.c 164 if (!svc_reg(transp, YPU_PROG, YPU_VERS, ypupdate_prog, 0)) {
194 if (!svc_create(ypupdate_prog, YPU_PROG, YPU_VERS, "netpath")) {
195 msgout("unable to create (YPU_PROG, YPU_VERS) for netpath.");

Completed in 550 milliseconds