Searched refs:ParseDnsmasqLeases (Results 1 – 3 of 3) sorted by relevance
43 std::vector<DnsmasqDhcp4Lease> ParseDnsmasqLeases(SharedFD lease_file);
159 std::vector<DnsmasqDhcp4Lease> ParseDnsmasqLeases(SharedFD lease_file) { in ParseDnsmasqLeases() function
65 auto dhcp_leases = cuttlefish::ParseDnsmasqLeases(lease_file_fd); in ReleaseDhcpLeases()