Searched refs:Ncf (Results 1 – 1 of 1) sorted by relevance
243 static struct netconfig *Ncf; variable870 uap = taddr2uaddr(&Ncf[i], in net_poll()906 uap = taddr2uaddr(&Ncf[i], &udp->addr); in net_poll()924 hinfo->ncp = &Ncf[i]; in net_poll()3673 Ncf = realloc(Ncf, inputs * sizeof (struct netconfig)); in getnets()3681 if (Nfd == NULL || Ncf == NULL || Myaddrs == NULL || in getnets()3742 (void) memcpy(&Ncf[Ninputs], ncp, sizeof (struct netconfig)); in addnet()3876 uap = taddr2uaddr(&Ncf[cnt], Myaddrs[cnt]); in bindnet()3901 Ncf[i] = Ncf[i + 1]; in bindnet()