Home
last modified time | relevance | path

Searched refs:NetIfSetAddr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
H A Dnet_device_test.c115 return NetIfSetAddr(g_netDevice, &ip, &netmask, &gw); in WiFiNetDviceTestSetAddr()
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Dhdf_eth_core.c63 if (NetIfSetAddr(netDev, &ip, &netmask, &gw) != HDF_SUCCESS) { in SetEthNetworkAddr()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h660 int32_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *net…
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c327 int32_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *net… in NetIfSetAddr() function
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c712 NetIfSetAddr(netdev, &ip, &netmask, &gw); in SetNetworkAddr()
723 NetIfSetAddr(netdev, &ip, &netmask, &gw); in UnsetNetworkAddr()