Searched refs:local_ttl (Results 1 – 4 of 4) sorted by relevance
/external/dnsmasq/src/ |
D | rfc1035.c | 931 if (crecp->flags & (F_IMMORTAL | F_DHCP)) return daemon->local_ttl; in crec_ttl() 1011 daemon->local_ttl, NULL, T_TXT, t->class, "t", in answer_request() 1043 daemon->local_ttl, NULL, T_PTR, C_IN, "d", in answer_request() 1054 daemon->local_ttl, NULL, T_PTR, C_IN, "d", in answer_request() 1111 daemon->local_ttl, NULL, type, C_IN, "4", &addr)) in answer_request() 1132 daemon->local_ttl, NULL, type, C_IN, "4", in answer_request() 1220 daemon->local_ttl, &offset, T_MX, C_IN, "sd", in answer_request() 1234 header, limit, &trunc, nameoffset, &ansp, daemon->local_ttl, NULL, in answer_request() 1253 daemon->local_ttl, &offset, T_SRV, C_IN, "sssd", in answer_request() 1278 daemon->local_ttl, NULL, T_NAPTR, C_IN, in answer_request()
|
D | dnsmasq.h | 600 unsigned long local_ttl, neg_ttl; member 670 unsigned long local_ttl);
|
D | forward.c | 332 plen = setup_reply(header, plen, addrp, flags, daemon->local_ttl); in forward_query() 765 m = setup_reply(header, (unsigned int) size, addrp, flags, daemon->local_ttl); in tcp_request()
|
D | option.c | 1417 daemon->local_ttl = (unsigned long) ttl; in one_opt()
|