Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:records

74 #define EXPIRATION_INTERVAL			300					// check for expired records every 5 minutes
75 #define SRV_TTL 7200 // TTL For _dns-update SRV records
845 Log("Dumping Lease Table Contents (table contains %d resource records)", d->nelems);
862 // Register _dns-update._udp/_tcp.<zone> SRV records indicating the port on which
907 // specify deletion by passing false for the register parameter, otherwise register the records.
1011 // clear any existing records prior to registration
1337 // iterate over table, deleting expired records (or all records if DeleteAll is true)
1373 // Add, delete, or refresh records in table based on contents of a successfully completed dynamic update
1848 // third pass - add new records to Event list
1880 // lastly, free the remaining records (known answers) in NewAnswers list
2841 // listen for incoming requests, periodically check table for expired records, respond to signals
2877 // if no pending events, timeout when we need to check for expired records