Home
last modified time | relevance | path

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

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