Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c140 retp->nc_head = retp->nc_curr = netpp; in setnetconfig()
190 retp = *(nconf_handlep->nc_curr); in getnetconfig()
196 ++(nconf_handlep->nc_curr); in getnetconfig()
203 ++(nconf_handlep->nc_curr); in getnetconfig()
519 retp->nc_curr = retp->nc_head = rnetpp; in setnetpath()
569 retp = *(nconf_handlep->nc_curr); in getnetpath()
575 ++(nconf_handlep->nc_curr); in getnetpath()
582 ++(nconf_handlep->nc_curr); in getnetpath()
/titanic_41/usr/src/uts/common/sys/
H A Dnetconfig.h57 struct netconfig **nc_curr; member