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))
348 forward->sentto = start;
494 server = forward->sentto;
522 if ((forward->sentto->flags & SERV_TYPE) == 0)
894 f->sentto = NULL;
947 f->sentto = NULL;
970 if (!f->sentto)
    [all...]
dnsmasq.h 383 struct server *sentto; /* NULL means free */ member in struct:frec

Completed in 127 milliseconds