OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncp_list
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
getnetpath.c
76
struct netpath_chain *
ncp_list
; /* list of nconfs allocated this session*/
member in struct:netpath_vars
114
np_sessionp->
ncp_list
= NULL;
193
if (np_sessionp->
ncp_list
== NULL)
194
np_sessionp->
ncp_list
= chainp;
196
np_sessionp->
ncp_list
->nchain_next = chainp;
223
for (chainp = np_sessionp->
ncp_list
; chainp != NULL;
Completed in 121 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025