Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dgetnetpath.c51 struct netpath_chain *nchain_next; /* next nconf entry allocated */ member
176 chainp->nchain_next = NULL; in getnetpath()
180 np_sessionp->ncp_list->nchain_next = chainp; in getnetpath()
209 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) { in endnetpath()