Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device_impl.h37 int32_t (*getLinkStatus)(struct NetDeviceImpl *netDevice, NetIfLinkStatus *status); member
Dnet_device.c526 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->getLinkStatus != NULL) { in NetIfGetLinkStatus()
527 return ndImpl->interFace->getLinkStatus(ndImpl, status); in NetIfGetLinkStatus()
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c563 .getLinkStatus = LiteNetDevGetLinkStatus,
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c602 .getLinkStatus = LiteNetDevGetLinkStatus,