Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device_impl.h42 int32_t (*dhcpsStop)(struct NetDeviceImpl *netDevice); member
Dnet_device.c546 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->dhcpsStop != NULL) { in NetIfDhcpsStop()
547 return ndImpl->interFace->dhcpsStop(ndImpl); in NetIfDhcpsStop()
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c567 .dhcpsStop = LiteNetDhcpsStop,
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c606 .dhcpsStop = LiteNetDhcpsStop,