HomeSort by: relevance | last modified time | path
    Searched defs:nc_handle (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpcbind/
rpcbind.c 153 void *nc_handle; /* Net config handle */ local in function:main
188 nc_handle = setnetconfig(); /* open netconfig file */
189 if (nc_handle == NULL)
205 while ((nconf = getnetconfig(nc_handle))) {
214 endnetconfig(nc_handle);
  /src/lib/libc/rpc/
rpcb_clnt.c 478 void *nc_handle; local in function:local_rpcb
481 nc_handle = setnetconfig();
482 if (nc_handle == NULL) {
489 while ((nconf = getnetconfig(nc_handle)) != NULL) {
520 endnetconfig(nc_handle);

Completed in 13 milliseconds