Home
last modified time | relevance | path

Searched refs:async_event (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/contrib/lease-access/
Dlease.access.patch9 -static void async_event(int pipe, time_t now);
70 - async_event(piperead, now);
71 + async_event(piperead, now, NULL, 0);
110 -static void async_event(int pipe, time_t now)
114 +int async_event(int pipe, time_t now, struct event_desc* event, unsigned int secs)
206 +int async_event(int pipe, time_t now, struct event_desc*, unsigned int timeout);
444 + ret = async_event( piperead, now, &ev, SCRIPT_TIMEOUT);
/external/dnsmasq/src/
Ddnsmasq.c57 static void async_event(int pipe, time_t now);
578 async_event(piperead, now); in main()
695 static void async_event(int pipe, time_t now) in async_event() function