HomeSort by: relevance | last modified time | path
    Searched refs:MAX_POLL_FDS (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
ldp.h 79 #define MAX_POLL_FDS 200
socketops.c 822 struct pollfd pfd[MAX_POLL_FDS];
832 assert(MAX_POLL_FDS > 5);
885 if (pollsum >= MAX_POLL_FDS)
900 if (pollsum >= MAX_POLL_FDS)
908 if (pollsum >= MAX_POLL_FDS)
918 if (pollsum >= MAX_POLL_FDS) {
919 fatalp("Too many sockets. Increase MAX_POLL_FDS\n");

Completed in 13 milliseconds