Searched refs:netpath_chain (Results 1 – 1 of 1) sorted by relevance
55 struct netpath_chain { struct57 struct netpath_chain *nchain_next; /* next nconf entry allocated */ argument66 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()