Searched refs:hostslim (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c54 static int hostslim = HOSTLIM; variable
116 if ((hs = malloc(hostslim * sizeof (struct hs))) == NULL) {
140 if (nhosts == hostslim) {
146 hostslim = hostslim << 1;
155 hs = realloc(hs, hostslim * sizeof (struct hs));

Completed in 57 milliseconds