Home
last modified time | relevance | path

Searched refs:YPPROC_XFR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c290 case YPPROC_XFR: in interpret_nis()
338 case YPPROC_XFR: in interpret_nis()
433 case YPPROC_XFR: in niscall()
483 case YPPROC_XFR: in nisreply()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv.c511 case YPPROC_XFR: in ypdispatch()
512 ypxfr(transp, YPPROC_XFR); in ypdispatch()
H A Dypserv_proc.c427 } else if (prog == YPPROC_XFR) { in ypxfr()
472 if (prog == YPPROC_NEWXFR || prog == YPPROC_XFR) { in ypxfr()
H A Dyppush.c1056 YPPROC_XFR, (xdrproc_t)xdr_ypreq_xfr, (caddr_t)&oldreq, in send_message()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x238 YPPROC_XFR(ypreq_xfr) = 6;
H A Dyp_prot.h210 #define YPPROC_XFR ((rpcproc_t)6) macro