Home
last modified time | relevance | path

Searched refs:yp_reqtype (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c999 if (req.yp_reqtype != YPMATCH_REQTYPE) { in ypoldmatch()
1064 if (req.yp_reqtype == YPREQ_KEY) { in ypoldmatch()
1109 if (req.yp_reqtype != YPFIRST_REQTYPE) { in ypoldfirst()
1173 if (req.yp_reqtype != YPNEXT_REQTYPE) { in ypoldnext()
1244 if (req.yp_reqtype == YPPOLL_REQTYPE) { in ypoldpoll()
1362 if (req.yp_reqtype == YPPULL_REQTYPE) { in ypoldpull()
1414 if (req.yp_reqtype == YPGET_REQTYPE) { in ypoldget()
H A Dypv1_xdr.c68 (int *) &ps->yp_reqtype, in _xdr_yprequest()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp_prot.h235 enum ypreqtype yp_reqtype; member