HomeSort by: relevance | last modified time | path
    Searched refs:dns_ttl_to_wire (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-dns-proxy.c 199 dns_ttl_to_wire(towire, 0);
205 dns_ttl_to_wire(towire, 0); // TTL
227 dns_ttl_to_wire(towire, 0); // TTL
243 dns_ttl_to_wire(towire, rr->ttl); // TTL
510 dns_ttl_to_wire(&towire, 0); // TTL
srp-client.c 1280 dns_ttl_to_wire(&towire, 0); CH;
1297 dns_ttl_to_wire(&towire, 3600); CH;
1316 dns_ttl_to_wire(&towire, 3600); CH;
1387 dns_ttl_to_wire(&towire, 0); CH;
1390 dns_ttl_to_wire(&towire, 3600); CH;
1422 dns_ttl_to_wire(&towire, 0); CH;
1437 dns_ttl_to_wire(&towire, 3600); CH;
1456 dns_ttl_to_wire(&towire, 3600); CH;
towire.c 549 dns_ttl_to_wire(txn, 0); // SIG RR TTL
555 dns_ttl_to_wire(txn, 0); // original ttl doesn't apply
dnssd-proxy.c 1232 TOWIRE_CHECK("ttl", towire, dns_ttl_to_wire(towire, ttl));
1883 dns_ttl_to_wire(&towire, 7200); // refresh
1884 dns_ttl_to_wire(&towire, 3600); // retry
1885 dns_ttl_to_wire(&towire, 86400); // expire
1886 dns_ttl_to_wire(&towire, 120); // minimum
2119 dns_ttl_to_wire(&towire, 7200); // refresh
2120 dns_ttl_to_wire(&towire, 3600); // retry
2121 dns_ttl_to_wire(&towire, 86400); // expire
2122 dns_ttl_to_wire(&towire, 120); // minimum
2414 TOWIRE_CHECK("ttl", towire, dns_ttl_to_wire(towire, 3600))
    [all...]
dns-msg.h 405 #define dns_ttl_to_wire(txn, val) dns_ttl_to_wire_(txn, val, __LINE__) macro
wireutils.c 654 dns_ttl_to_wire(towire, rr->ttl);

Completed in 21 milliseconds