Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/chat/
Dchat.c165 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
875 ++timeout_next; in chat_expect()
1082 if (timeout_next) { in chat_send()
1083 timeout_next = 0; in chat_send()
/openbsd/src/lib/libevent/
Devent.c77 static int timeout_next(struct event_base *, struct timeval **);
453 timeout_next(base, &tv_p); in event_base_loop()
791 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function