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

  /src/lib/libc/rpc/
rpc_generic.c 279 void *confighandle; local in function:__rpc_getconfip
281 if (!(confighandle = setnetconfig())) {
285 while ((nconf = getnetconfig(confighandle)) != NULL) {
317 endnetconfig(confighandle);

Completed in 16 milliseconds