Lines Matching defs:nconf
69 * It tries to create a server for "nconf" and registers the service
79 const struct netconfig *nconf) /* Netconfig structure for the network */
86 if (nconf == NULL) {
93 taddr = uaddr2taddr(nconf, uaddr);
97 xprt = svc_tli_create(pool, nconf, &bind, 0, 0);
100 xprt = svc_tli_create(pool, nconf, NULL, 0, 0);
106 nconfcopy = *nconf;
108 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) {
112 nconf->nc_netid);
122 * provider (nconf cannot be NULL then). If the t_state is T_UNBND and
132 const struct netconfig *nconf, /* Netconfig struct for nettoken */
142 if (nconf == NULL) {
146 so = __rpc_nconf2socket(nconf);
150 nconf->nc_netid);
153 __rpc_nconf2sockinfo(nconf, &si);
192 if (!nconf || !xprt)
196 if (strcmp(nconf->nc_protofmly, "inet") == 0 ||
197 strcmp(nconf->nc_protofmly, "inet6") == 0)
219 if (nconf) {
220 xprt->xp_netid = strdup(nconf->nc_netid, M_RPC);