Lines Matching defs:nconf
91 struct netconfig *nconf;
95 if ((nconf = __rpc_getconfip(tp)) == NULL) {
101 fd = __rpc_nconf2fd(nconf);
127 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers,
137 (void) freenetconfigent(nconf);
149 (void) freenetconfigent(nconf);
200 struct netconfig *nconf;
206 if ((nconf = __rpc_getconfip(netid)) == NULL) {
211 fd = __rpc_nconf2fd(nconf);
213 (void) freenetconfigent(nconf);
225 svc = svc_tli_create(fd, nconf, NULL, sendsize, recvsize);
226 (void) freenetconfigent(nconf);
330 rpc_wrap_bcast(char *resultp, struct netbuf *addr, struct netconfig *nconf)
334 * struct netconfig *nconf; // Netconf of the transport
339 if (strcmp(nconf->nc_netid, "udp"))
464 struct netconfig *nconf;
474 while ((nconf = getnetconfig(localhandle)) != NULL) {
475 if (nconf->nc_protofmly != NULL &&
476 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
479 if (nconf == NULL)
482 if ((sock = __rpc_nconf2fd(nconf)) < 0)
503 if (nconf->nc_semantics != NC_TPI_CLTS) {
510 xprt = (SVCXPRT *)svc_tli_create(sock, nconf, &taddr, sendsize, recvsize);