Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dnetwork.h48 bool ReleaseDhcp4(SharedFD tap, const std::uint8_t mac_address[6],
Dnetwork.cpp261 bool ReleaseDhcp4(SharedFD tap, const std::uint8_t mac_address[6], in ReleaseDhcp4() function
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp68 if (!cuttlefish::ReleaseDhcp4(tap_fd, lease.mac_address, lease.ip_address, dhcp_server_ip)) { in ReleaseDhcpLeases()