Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c198 lp->notifyProg = arg->mon_id.my_id.my_prog; in sm_mon_1_svc()
233 && (idp->my_prog == lp->notifyProg) && (idp->my_proc == lp->notifyProc) in do_unmon()
417 cli = clnt_create(lp->notifyHost, lp->notifyProg, lp->notifyVers, "udp"); in sm_notify_1_svc()
H A Dstatd.h68 int notifyProg; /* RPC program number to call */ member