Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.c73 static void async_event(int pipe, time_t now);
543 if (FD_ISSET(piperead, &rset)) async_event(piperead, now); in main()
646 static void async_event(int pipe, time_t now) { in async_event() function