Searched refs:netconfig_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/lib/libc/rpc/
H A Dgetnetconfig.c100 struct netconfig_list *head; /* head of the list */
101 struct netconfig_list *tail; /* last of the list */
104 struct netconfig_list { struct
107 struct netconfig_list *next;
113 struct netconfig_list *nc_configs; /* pointer to the current netconfig entry */
242 struct netconfig_list *list;
324 list = (struct netconfig_list *) malloc(sizeof (struct netconfig_list));
379 struct netconfig_list *q, *p;
446 struct netconfig_list *lis
[all...]

Completed in 115 milliseconds