Searched refs:getLinkStatus (Results 1 – 4 of 4) sorted by relevance
37 int32_t (*getLinkStatus)(struct NetDeviceImpl *netDevice, NetIfLinkStatus *status); member
526 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->getLinkStatus != NULL) { in NetIfGetLinkStatus()527 return ndImpl->interFace->getLinkStatus(ndImpl, status); in NetIfGetLinkStatus()
563 .getLinkStatus = LiteNetDevGetLinkStatus,
602 .getLinkStatus = LiteNetDevGetLinkStatus,