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 D | net_device_test.c | 115 return NetIfSetAddr(g_netDevice, &ip, &netmask, &gw); in WiFiNetDviceTestSetAddr()
|
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/ |
H A D | hdf_eth_core.c | 63 if (NetIfSetAddr(netDev, &ip, &netmask, &gw) != HDF_SUCCESS) { in SetEthNetworkAddr()
|
/ohos5.0/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 660 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 D | net_device.c | 327 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 D | wifi_base.c | 712 NetIfSetAddr(netdev, &ip, &netmask, &gw); in SetNetworkAddr() 723 NetIfSetAddr(netdev, &ip, &netmask, &gw); in UnsetNetworkAddr()
|