Searched refs:dhcpsStop (Results 1 – 4 of 4) sorted by relevance
42 int32_t (*dhcpsStop)(struct NetDeviceImpl *netDevice); member
546 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->dhcpsStop != NULL) { in NetIfDhcpsStop()547 return ndImpl->interFace->dhcpsStop(ndImpl); in NetIfDhcpsStop()
567 .dhcpsStop = LiteNetDhcpsStop,
606 .dhcpsStop = LiteNetDhcpsStop,