Searched refs:notifyProg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/rpc.statd/
H A Dstatd.h68 int notifyProg; /* RPC program number to call */ member in struct:MonList_s
H A Dprocs.c197 lp->notifyProg = arg->mon_id.my_id.my_prog;
232 && (idp->my_prog == lp->notifyProg) && (idp->my_proc == lp->notifyProc)
416 cli = clnt_create(lp->notifyHost, lp->notifyProg, lp->notifyVers, "udp");

Completed in 63 milliseconds