Lines Matching defs:nconf
62 struct netconfig *nconf;
67 if ((nconf = __rpc_getconfip("udp")) == NULL &&
68 (nconf = __rpc_getconfip("tcp")) == NULL) {
80 * We pass in nconf and let the implementation of the long-named func
83 neterr = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout);
85 (void) freenetconfigent(nconf);
96 struct netconfig *nconf;
101 if ((nconf = __rpc_getconfip("udp")) == NULL &&
102 (nconf = __rpc_getconfip("tcp")) == NULL) {
114 * We pass in nconf and let the implementation of this long-named func
117 neterr = _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout);
119 (void) freenetconfigent(nconf);