Searched refs:dhcpStop (Results 1 – 4 of 4) sorted by relevance
44 int32_t (*dhcpStop)(struct NetDeviceImpl *netDevice); member
566 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->dhcpStop != NULL) { in NetIfDhcpStop()567 return ndImpl->interFace->dhcpStop(ndImpl); in NetIfDhcpStop()
569 .dhcpStop = LiteNetDhcpStop,
608 .dhcpStop = LiteNetDhcpStop,