Home
last modified time | relevance | path

Searched refs:ParseDnsmasqLeases (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dnetwork.h43 std::vector<DnsmasqDhcp4Lease> ParseDnsmasqLeases(SharedFD lease_file);
Dnetwork.cpp159 std::vector<DnsmasqDhcp4Lease> ParseDnsmasqLeases(SharedFD lease_file) { in ParseDnsmasqLeases() function
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp65 auto dhcp_leases = cuttlefish::ParseDnsmasqLeases(lease_file_fd); in ReleaseDhcpLeases()