Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c24 static struct randfd* allocate_rfd(int family);
269 if (!forward->rfd6 && !(forward->rfd6 = allocate_rfd(AF_INET6))) break; in forward_query()
275 if (!forward->rfd4 && !(forward->rfd4 = allocate_rfd(AF_INET))) break; in forward_query()
795 static struct randfd* allocate_rfd(int family) { in allocate_rfd() function