Searched refs:ELOOP_QUEUE (Results 1 – 2 of 2) sorted by relevance
/external/dhcpcd/ |
D | eloop.h | 33 #ifndef ELOOP_QUEUE 34 #define ELOOP_QUEUE 0 macro 37 #define add_timeout_tv(a, b, c) add_q_timeout_tv(ELOOP_QUEUE, a, b, c) 38 #define add_timeout_sec(a, b, c) add_q_timeout_sec(ELOOP_QUEUE, a, b, c) 39 #define delete_timeout(a, b) delete_q_timeout(ELOOP_QUEUE, a, b) 40 #define delete_timeouts(a, ...) delete_q_timeouts(ELOOP_QUEUE, a, __VA_ARGS__)
|
D | ipv6rs.c | 46 #define ELOOP_QUEUE 1 macro
|