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

/freebsd-11-stable/contrib/wpa/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.c174 sta->timeout_next = STA_NULLFUNC;
1635 sta->timeout_next = STA_NULLFUNC;
H A Dctrl_iface_ap.c244 timeout_next_str(sta->timeout_next));
H A Dwnm_ap.c676 sta->timeout_next = STA_DISASSOC_FROM_CLI;
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;
/freebsd-11-stable/contrib/pf/libevent/
H A Devent.c129 static int timeout_next(struct event_base *, struct timeval *);
413 timeout_next(base, &tv);
714 timeout_next(struct event_base *base, struct timeval *tv) function
739 event_debug(("timeout_next: in %d seconds", tv->tv_sec));
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c136 static int n_aborts, abort_next, timeout_next, echo_next; variable
793 ++timeout_next;
1000 if (timeout_next) {
1001 timeout_next = 0;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent.c156 static int timeout_next(struct event_base *, struct timeval **);
1879 timeout_next(base, &tv_p);
3038 timeout_next(struct event_base *base, struct timeval **tv_p) function
3068 event_debug(("timeout_next: event: %p, in %d seconds, %d useconds", ev, (int)tv->tv_sec, (int)tv->tv_usec));

Completed in 100 milliseconds