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

  /onnv/onnv-gate/usr/src/cmd/ypcmd/ypupdated/
ypupdate_prot.x 41 program YPU_PROG {
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 60 #define YPU_PROG ((ulong_t)100028)
  /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.");
  /onnv/onnv-gate/usr/src/cmd/rpcbind/
rpcb_svc_com.c 860 case YPU_PROG:
863 "rpcbind: rejecting YPU_PROG(%d)\n",
    [all...]

Completed in 120 milliseconds