Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c25 static struct randfd *allocate_rfd(int family);
307 !(forward->rfd6 = allocate_rfd(AF_INET6))) in forward_query()
316 !(forward->rfd4 = allocate_rfd(AF_INET))) in forward_query()
918 static struct randfd *allocate_rfd(int family) in allocate_rfd() function