Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddispatch.c158 int count, live_interfaces, i, to_msec, nfds = 0; in dispatch() local
199 to_msec = howlong.tv_sec * 1000 + howlong.tv_nsec / 1000000; in dispatch()
201 to_msec = -1; in dispatch()
221 count = poll(fds, nfds, to_msec); in dispatch()