Searched refs:EVENT_TIMER_BITS (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/libevent/
H A Devent.h113 #define EVENT_TIMER_BITS (EVENT_FLAG_TIMER | EVENT_FLAG_TIMEOUT) macro
H A Devent.c119 if (eh->flags & EVENT_TIMER_BITS) {
192 if (eh->flags & EVENT_TIMER_BITS) {
197 flags |= EVENT_TIMER_BITS;
244 flags &= (~(EVENT_TIMER_BITS | EVENT_FLAG_DELETED));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/libevent/
H A Devent.h113 #define EVENT_TIMER_BITS (EVENT_FLAG_TIMER | EVENT_FLAG_TIMEOUT) macro
H A Devent.c124 if (eh->flags & EVENT_TIMER_BITS) {
197 if (eh->flags & EVENT_TIMER_BITS) {
202 flags |= EVENT_TIMER_BITS;
249 flags &= (~(EVENT_TIMER_BITS | EVENT_FLAG_DELETED));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/libevent/
H A Devent.h113 #define EVENT_TIMER_BITS (EVENT_FLAG_TIMER | EVENT_FLAG_TIMEOUT) macro
H A Devent.c119 if (eh->flags & EVENT_TIMER_BITS) {
192 if (eh->flags & EVENT_TIMER_BITS) {
197 flags |= EVENT_TIMER_BITS;
244 flags &= (~(EVENT_TIMER_BITS | EVENT_FLAG_DELETED));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/libevent/
H A Devent.h113 #define EVENT_TIMER_BITS (EVENT_FLAG_TIMER | EVENT_FLAG_TIMEOUT) macro
H A Devent.c124 if (eh->flags & EVENT_TIMER_BITS) {
197 if (eh->flags & EVENT_TIMER_BITS) {
202 flags |= EVENT_TIMER_BITS;
249 flags &= (~(EVENT_TIMER_BITS | EVENT_FLAG_DELETED));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/libevent/
H A Devent.h113 #define EVENT_TIMER_BITS (EVENT_FLAG_TIMER | EVENT_FLAG_TIMEOUT) macro
H A Devent.c119 if (eh->flags & EVENT_TIMER_BITS) {
192 if (eh->flags & EVENT_TIMER_BITS) {
197 flags |= EVENT_TIMER_BITS;
244 flags &= (~(EVENT_TIMER_BITS | EVENT_FLAG_DELETED));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Devent.h113 #define EVENT_TIMER_BITS (EVENT_FLAG_TIMER | EVENT_FLAG_TIMEOUT) macro
H A Devent.c124 if (eh->flags & EVENT_TIMER_BITS) {
197 if (eh->flags & EVENT_TIMER_BITS) {
202 flags |= EVENT_TIMER_BITS;
249 flags &= (~(EVENT_TIMER_BITS | EVENT_FLAG_DELETED));

Completed in 88 milliseconds