OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocate_rfd
(Results
1 - 1
of
1
) sorted by null
/external/dnsmasq/src/
forward.c
25
static struct randfd *
allocate_rfd
(int family);
307
!(forward->rfd6 =
allocate_rfd
(AF_INET6)))
316
!(forward->rfd4 =
allocate_rfd
(AF_INET)))
905
static struct randfd *
allocate_rfd
(int family)
function
Completed in 94 milliseconds