Searched defs:Ncf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c243 static struct netconfig *Ncf; variable in typeref:struct:netconfig
870 uap = taddr2uaddr(&Ncf[i],
906 uap = taddr2uaddr(&Ncf[i], &udp->addr);
924 hinfo->ncp = &Ncf[i];
3673 Ncf = realloc(Ncf, inputs * sizeof (struct netconfig));
3681 if (Nfd == NULL || Ncf == NULL || Myaddrs == NULL ||
3742 (void) memcpy(&Ncf[Ninputs], ncp, sizeof (struct netconfig));
3876 uap = taddr2uaddr(&Ncf[cnt], Myaddrs[cnt]);
3901 Ncf[
[all...]

Completed in 51 milliseconds