Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dgetnetpath.c49 struct netpath_chain { struct
51 struct netpath_chain *nchain_next; /* next nconf entry allocated */ argument
60 struct netpath_chain *ncp_list; /* list of nconfs allocated this session*/
144 struct netpath_chain *chainp; /* holds chain of ncp's we alloc */ in getnetpath()
173 chainp = (struct netpath_chain *) /* cobble alloc chain entry */ in getnetpath()
174 malloc(sizeof (struct netpath_chain)); in getnetpath()
198 struct netpath_chain *chainp, *lastp; in endnetpath()