HomeSort by relevance Sort by last modified time
    Searched refs:sentto (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/src/
forward.c 222 domain = forward->sentto->domain;
223 forward->sentto->failed_queries++;
229 type = forward->sentto->flags & SERV_TYPE;
230 if (!(start = forward->sentto->next))
360 forward->sentto = start;
506 server = forward->sentto;
534 if ((forward->sentto->flags & SERV_TYPE) == 0)
900 f->sentto = NULL;
953 f->sentto = NULL;
976 if (!f->sentto)
    [all...]
dnsmasq.h 379 struct server *sentto; /* NULL means free */ member in struct:frec

Completed in 53 milliseconds