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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_time.c191 void *nc_handle; /* Netconfig "state" */ local
239 nc_handle = (void *) setnetconfig();
240 if (! nc_handle) {
264 while ((nc = getnetconfig(nc_handle)) != NULL) {
286 (void) endnetconfig(nc_handle);
H A Drpcb_clnt.c452 void *nc_handle; local
467 nc_handle = setnetconfig();
468 if (nc_handle == NULL) {
474 while (nconf = getnetconfig(nc_handle)) {
488 (void) endnetconfig(nc_handle);
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_bind.c935 void *nc_handle; /* Net config handle */ local
938 nc_handle = setnetconfig();
939 if (nc_handle == NULL) {
945 while (nconf = getnetconfig(nc_handle))
953 (void) endnetconfig(nc_handle);

Completed in 42 milliseconds