Lines Matching defs:nconf
865 struct netconfig *nconf;
869 if ((nconf = getnetconfigent(sep->se_proto+4)) == NULL) {
886 sep->se_rpcprog, n, nconf->nc_netid,
887 taddr2uaddr(nconf, &nbuf));
888 (void)rpcb_unset((unsigned int)sep->se_rpcprog, (unsigned int)n, nconf);
889 if (rpcb_set((unsigned int)sep->se_rpcprog, (unsigned int)n, nconf, &nbuf) == 0)
891 sep->se_rpcprog, n, nconf->nc_netid,
892 taddr2uaddr(nconf, &nbuf), clnt_spcreateerror(""));
902 struct netconfig *nconf;
904 if ((nconf = getnetconfigent(sep->se_proto+4)) == NULL) {
912 sep->se_rpcprog, n, nconf->nc_netid);
913 if (rpcb_unset((unsigned int)sep->se_rpcprog, (unsigned int)n, nconf) == 0)
915 sep->se_rpcprog, n, nconf->nc_netid);