Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/rpc/
H A Dgetnetpath.c55 struct netpath_chain { struct
57 struct netpath_chain *nchain_next; /* next nconf entry allocated */ argument
66 struct netpath_chain *ncp_list; /* list of nconfs allocated this session*/
150 struct netpath_chain *chainp; /* holds chain of ncp's we alloc */ in getnetpath()
179 chainp = (struct netpath_chain *) /* cobble alloc chain entry */ in getnetpath()
180 malloc(sizeof (struct netpath_chain)); in getnetpath()
204 struct netpath_chain *chainp, *lastp; in endnetpath()