Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device_impl.h45 int32_t (*dhcpIsBound)(struct NetDeviceImpl *netDevice); member
Dnet_device.c576 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->dhcpIsBound != NULL) { in NetIfDhcpIsBound()
577 return ndImpl->interFace->dhcpIsBound(ndImpl); in NetIfDhcpIsBound()
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c570 .dhcpIsBound = LiteNetDhcpIsBound,
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c609 .dhcpIsBound = LiteNetDhcpIsBound,