HomeSort by: relevance | last modified time | path
    Searched defs:LEASE_TIME (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
lease-expiry.c 33 #define LEASE_TIME 10
78 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC * LEASE_TIME), dispatch_get_main_queue(), ^{
91 srp_set_lease_times(LEASE_TIME, LEASE_TIME);
129 state->primary->min_lease_time = LEASE_TIME;
134 // Test should not take longer than 2*LEASE_TIME.
135 srp_test_state_add_timeout(state, 2 * LEASE_TIME);
lease-renewal.c 33 #define LEASE_TIME 15
70 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC * (2+LEASE_TIME)), dispatch_get_main_queue(), ^{
84 srp_set_lease_times(LEASE_TIME, LEASE_TIME);
121 state->primary->min_lease_time = LEASE_TIME;
127 // Test should not take longer than 2*LEASE_TIME.
128 srp_test_state_add_timeout(state, 2 * LEASE_TIME);
srpl-lease-time.c 39 #define LEASE_TIME 15
101 // Wait for another LEASE_TIME to verify that the registration has the updated lease time
103 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC * LEASE_TIME), dispatch_get_main_queue(), ^{
181 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC * LEASE_TIME), dispatch_get_main_queue(), ^{
203 srp_set_lease_times(LEASE_TIME, LEASE_TIME);
241 state->primary->min_lease_time = LEASE_TIME;
247 // Test should not take longer than 3*LEASE_TIME.
248 srp_test_state_add_timeout(state, 3 * LEASE_TIME);
srpl-cycle-through-peers.c 39 #define LEASE_TIME 40
236 srp_set_lease_times(LEASE_TIME, LEASE_TIME);
273 state->primary->min_lease_time = LEASE_TIME;
279 // Test should not take longer than LEASE_TIME + 20.
280 srp_test_state_add_timeout(state, LEASE_TIME + 20);
srpl-update-after-remove.c 39 #define LEASE_TIME 300
225 srp_set_lease_times(LEASE_TIME, LEASE_TIME);
264 state->primary->min_lease_time = LEASE_TIME;
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 214 LEASE_TIME = 413,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 218 LEASE_TIME = 413,

Completed in 31 milliseconds