Searched refs:confighandle (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_generic.c263 void *confighandle; local
265 if (!(confighandle = setnetconfig())) {
269 while ((nconf = getnetconfig(confighandle)) != NULL) {
291 endnetconfig(confighandle);
/freebsd-9.3-release/sys/rpc/
H A Drpc_generic.c523 void *confighandle; local
525 if (!(confighandle = setnetconfig())) {
529 while ((nconf = getnetconfig(confighandle)) != NULL) {
541 endnetconfig(confighandle);

Completed in 96 milliseconds