HomeSort by: relevance | last modified time | path
    Searched defs:timeout_next (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/chat/
chat.c 196 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
930 ++timeout_next;
1141 if (timeout_next) {
1142 timeout_next = 0;
  /src/external/bsd/wpa/dist/src/ap/
sta_info.h 167 } timeout_next; member in struct:sta_info
  /src/external/bsd/libevent/dist/
event.c 164 static int timeout_next(struct event_base *, struct timeval **);
1976 timeout_next(base, &tv_p);
3148 timeout_next(struct event_base *base, struct timeval **tv_p) function
3178 event_debug(("timeout_next: event: %p, in %d seconds, %d useconds", ev, (int)tv->tv_sec, (int)tv->tv_usec));
  /src/external/bsd/ntp/dist/sntp/libevent/
event.c 162 static int timeout_next(struct event_base *, struct timeval **);
1973 timeout_next(base, &tv_p);
3145 timeout_next(struct event_base *base, struct timeval **tv_p) function
3175 event_debug(("timeout_next: event: %p, in %d seconds, %d useconds", ev, (int)tv->tv_sec, (int)tv->tv_usec));

Completed in 18 milliseconds