Home | History | Annotate | Download | only in rpc

Lines Matching defs:ncp

66 	struct netconfig *ncp;  		/* an nconf entry */
154 struct netconfig *ncp = NULL; /* temp. holds a netconfig session */
155 struct netpath_chain *chainp; /* holds chain of ncp's we alloc */
170 if ((ncp = getnetconfig(np_sessionp->nc_handlep))
173 } while ((ncp->nc_flag & NC_VISIBLE) == 0);
174 return (ncp);
184 if ((ncp = getnetconfigent(npp)) != NULL) {
188 freenetconfigent(ncp);
191 chainp->ncp = ncp;
197 return (ncp);
225 freenetconfigent(chainp->ncp);