Searched refs:INFTIM (Results 1 – 7 of 7) sorted by relevance
57 #define INFTIM (-1) /* not standard */ macro
255 si.ic_timout = INFTIM; in nit_setflags()359 si.ic_timout = INFTIM; in pcap_activate_snit()
328 INFTIM = -1 variable
537 #ifdef INFTIM in poll_poll()538 timeout = INFTIM; in poll_poll()
564 #ifdef INFTIM in poll_poll()565 ms = INFTIM; in poll_poll()
1813 INFTIM = _INFTIM variable
6528 poll.c: remove special INFTIM handling.6530 infinite timeout, so no need to handle BSD-specific INFTIM.6532 * poll.c (SYS_FUNC(poll)): Remove INFTIM handling.