Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c319 voidp nc_handle; in bind_resv_port_only_udp() local
321 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()
/netbsd-src/usr.sbin/rpcbind/
H A Drpcbind.c153 void *nc_handle; /* Net config handle */ local
188 nc_handle = setnetconfig(); /* open netconfig file */
189 if (nc_handle == NULL)
205 while ((nconf = getnetconfig(nc_handle))) {
214 endnetconfig(nc_handle);
/netbsd-src/lib/libc/rpc/
H A Drpcb_clnt.c478 void *nc_handle; in local_rpcb() local
481 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()