Searched refs:nc_handle (Results 1 – 3 of 3) sorted by relevance
319 voidp nc_handle; in bind_resv_port_only_udp() local321 if ((nc_handle = setnetconfig()) == (voidp) NULL) { in bind_resv_port_only_udp()333 if ((nc = getnetconfig(nc_handle)) == (struct netconfig *) NULL) { in bind_resv_port_only_udp()335 endnetconfig(nc_handle); in bind_resv_port_only_udp()349 endnetconfig(nc_handle); in bind_resv_port_only_udp()
153 void *nc_handle; /* Net config handle */ local188 nc_handle = setnetconfig(); /* open netconfig file */189 if (nc_handle == NULL)205 while ((nconf = getnetconfig(nc_handle))) {214 endnetconfig(nc_handle);
478 void *nc_handle; in local_rpcb() local481 nc_handle = setnetconfig(); in local_rpcb()482 if (nc_handle == NULL) { in local_rpcb()489 while ((nconf = getnetconfig(nc_handle)) != NULL) { in local_rpcb()520 endnetconfig(nc_handle); in local_rpcb()