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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h137 extern int max_poll_ifs;
H A Dstartup.c473 malloc(max_poll_ifs * sizeof (struct pollfd));
474 } else if (poll_ifs_num > max_poll_ifs) {
475 max_poll_ifs *= 2;
477 max_poll_ifs * sizeof (struct pollfd));
H A Dmain.c45 int max_poll_ifs = START_POLL_SIZE; variable

Completed in 61 milliseconds