Home
last modified time | relevance | path

Searched refs:YPPROC_NEWXFR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c289 case YPPROC_NEWXFR: in interpret_nis()
337 case YPPROC_NEWXFR: in interpret_nis()
424 case YPPROC_NEWXFR: in niscall()
482 case YPPROC_NEWXFR: in nisreply()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv.c515 case YPPROC_NEWXFR: in ypdispatch()
516 ypxfr(transp, YPPROC_NEWXFR); in ypdispatch()
H A Dypserv_proc.c396 if (prog == YPPROC_NEWXFR) { in ypxfr()
472 if (prog == YPPROC_NEWXFR || prog == YPPROC_XFR) { in ypxfr()
496 if (prog == YPPROC_NEWXFR) { in ypxfr()
H A Dyppush.c1041 YPPROC_NEWXFR, (xdrproc_t)xdr_ypreq_newxfr, (caddr_t)&req, in send_message()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp_prot.h211 #define YPPROC_NEWXFR ((rpcproc_t)12) macro