Searched refs:netpath_chain (Results 1 – 1 of 1) sorted by relevance
52 struct netpath_chain { struct54 struct netpath_chain *nchain_next; /* next nconf entry allocated */ argument63 struct netpath_chain *ncp_list; /* list of nconfs allocated this session*/147 struct netpath_chain *chainp; /* holds chain of ncp's we alloc */ in getnetpath()176 chainp = (struct netpath_chain *) /* cobble alloc chain entry */ in getnetpath()177 malloc(sizeof (struct netpath_chain)); in getnetpath()201 struct netpath_chain *chainp, *lastp; in endnetpath()