Home
last modified time | relevance | path

Searched refs:dhcpStop (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h44 int32_t (*dhcpStop)(struct NetDeviceImpl *netDevice); member
H A Dnet_device.c566 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->dhcpStop != NULL) { in NetIfDhcpStop()
567 return ndImpl->interFace->dhcpStop(ndImpl); in NetIfDhcpStop()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c569 .dhcpStop = LiteNetDhcpStop,
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c608 .dhcpStop = LiteNetDhcpStop,