Searched refs:dhcpIsBound (Results 1 – 4 of 4) sorted by relevance
45 int32_t (*dhcpIsBound)(struct NetDeviceImpl *netDevice); member
576 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->dhcpIsBound != NULL) { in NetIfDhcpIsBound()577 return ndImpl->interFace->dhcpIsBound(ndImpl); in NetIfDhcpIsBound()
570 .dhcpIsBound = LiteNetDhcpIsBound,
609 .dhcpIsBound = LiteNetDhcpIsBound,