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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-packet.c 91 test_packet_generate(test_state_t *state, uint32_t host_lease, uint32_t key_lease, bool removing, bool prepend)
97 message->lease = host_lease;
99 dns_wire_t *ret = srp_client_generate_update(packet_state->current_client, host_lease, key_lease,
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h 253 uint32_t host_lease, key_lease; member in struct:adv_update
293 uint32_t host_lease, key_lease; // Lease intervals for host entry and key entry. member in struct:client_update
srp-parse.c 300 if (!srp_parse_lease_times(ret->parsed_message, &ret->host_lease, &ret->key_lease)) {
560 // If we don't yet have a host description, but this is a delete of the entire host registration (host_lease == 0) and
562 if (host_description == NULL && ret->host_lease == 0) {
641 if (host_description->addrs == NULL && host_description->num_instances != 0 && ret->host_lease != 0) {
837 ret->key_lease, ret->host_lease, raw_message->lease, time_buf, remote_name == NULL ? "(none)" : remote_name, ret);
srp-mdns-proxy.c 599 client ? client->host_lease : 0, client ? client->key_lease : 0, connection);
634 dns_u32_to_wire(&towire, client->host_lease); // LEASE (e.g. 1 hour)
1724 host->lease_interval = update->host_lease;
2334 update->host_lease = host->lease_interval;
3448 update->host_lease = client_update->host_lease;
3622 const bool remove = client_update->host_lease == 0;
3623 const char *updatestr = client_update->host_lease == 0 ? "remove" : "update";
3995 client_update->host_lease = raw_message->lease;
3998 if (client_update->host_lease < server_state->max_lease_time)
    [all...]

Completed in 21 milliseconds