Searched refs:timeout_next (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dsta_info.c419 wpa_printf(MSG_DEBUG, "%s: %s: " MACSTR " flags=0x%x timeout_next=%d",
421 sta->timeout_next);
422 if (sta->timeout_next == STA_REMOVE) {
431 (sta->timeout_next == STA_NULLFUNC ||
432 sta->timeout_next == STA_DISASSOC)) {
458 sta->timeout_next = STA_DISASSOC;
465 sta->timeout_next = STA_NULLFUNC;
476 sta->timeout_next = STA_DISASSOC;
481 sta->timeout_next == STA_DISASSOC &&
488 sta->timeout_next
[all...]
H A Dsta_info.h130 } timeout_next; member in struct:sta_info
H A Ddrv_callbacks.c187 sta->timeout_next = STA_NULLFUNC;
1648 sta->timeout_next = STA_NULLFUNC;
H A Dwnm_ap.c676 sta->timeout_next = STA_DISASSOC_FROM_CLI;
H A Dctrl_iface_ap.c244 timeout_next_str(sta->timeout_next));
H A Dieee802_11.c4168 sta->timeout_next = STA_NULLFUNC;
4306 if (sta->timeout_next == STA_NULLFUNC ||
4307 sta->timeout_next == STA_DISASSOC) {
4308 sta->timeout_next = STA_DEAUTH;
/netbsd-current/external/bsd/ppp/dist/chat/
H A Dchat.c173 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
901 ++timeout_next;
1109 if (timeout_next) {
1110 timeout_next = 0;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devent.c158 static int timeout_next(struct event_base *, struct timeval **);
1881 timeout_next(base, &tv_p);
3040 timeout_next(struct event_base *base, struct timeval **tv_p) function
3070 event_debug(("timeout_next: event: %p, in %d seconds, %d useconds", ev, (int)tv->tv_sec, (int)tv->tv_usec));
/netbsd-current/external/bsd/libevent/dist/
H A Devent.c164 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));

Completed in 323 milliseconds