Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dgetnetconfig.c144 struct netconfig_list *nc_configs; /* pointer to the current netconfig entry */ member
234 nc_vars->nc_configs = ni.head; in setnetconfig()
281 ncp->nc_configs = ni.head;
282 if (ncp->nc_configs != NULL) /* entry already exist */
283 return(ncp->nc_configs->ncp);
285 else if (ncp->nc_configs != NULL && ncp->nc_configs->next != NULL) {
286 ncp->nc_configs = ncp->nc_configs->next;
287 return(ncp->nc_configs->ncp);
360 ncp->nc_configs = ni.tail;
394 nc_handlep->nc_configs = NULL;