Searched refs:NetIfDhcpsStart (Results 1 – 4 of 4) sorted by relevance
184 if (NetIfDhcpsStart(g_netDevice, NULL, 0) != expectedRet) { in WifiNetDeviceDhcpServer()
760 int32_t NetIfDhcpsStart(const struct NetDevice *netDevice, char *ip, uint16_t ipNum);
533 int32_t NetIfDhcpsStart(const struct NetDevice *netDevice, char *ip, uint16_t ipNum) in NetIfDhcpsStart() function
679 if (NetIfDhcpsStart(netdev, NULL, 0) == 0) { in SetNetIfInfo()