Searched refs:IpV4Addr (Results 1 - 8 of 8) sorted by relevance
/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device_impl.h | 39 int32_t (*setIpAddr)(struct NetDeviceImpl *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask, 40 const IpV4Addr *gw);
|
H A D | net_device.c | 327 int32_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in NetIfSetAddr() 328 const IpV4Addr *gw) in NetIfSetAddr()
|
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/ |
H A D | net_device_test.c | 112 IpV4Addr ip = { 0x010ca8c0UL }; // 192, 168, 12, 1 in WiFiNetDviceTestSetAddr() 113 IpV4Addr netmask = { 0x00ffffffUL }; // 255, 255, 255, 0 in WiFiNetDviceTestSetAddr() 114 IpV4Addr gw = { 0x010ca8c0UL }; // 192, 168, 12, 1 in WiFiNetDviceTestSetAddr()
|
/drivers/hdf_core/framework/model/network/ethernet/src/ |
H A D | hdf_eth_core.c | 55 IpV4Addr ip;
in SetEthNetworkAddr() 56 IpV4Addr netmask;
in SetEthNetworkAddr() 57 IpV4Addr gw;
in SetEthNetworkAddr()
|
/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 409 } IpV4Addr; typedef 660 int32_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask, 661 const IpV4Addr *gw);
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
H A D | net_device_adapter.c | 448 static int32_t LiteNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in LiteNetSetIpAddr() 449 const IpV4Addr *gw) in LiteNetSetIpAddr()
|
/drivers/hdf_core/adapter/khdf/liteos/network/src/ |
H A D | net_device_adapter.c | 487 static int32_t LiteNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in LiteNetSetIpAddr() 488 const IpV4Addr *gw) in LiteNetSetIpAddr()
|
/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 698 IpV4Addr ip; in SetNetworkAddr() 699 IpV4Addr netmask; in SetNetworkAddr() 700 IpV4Addr gw; in SetNetworkAddr() 719 IpV4Addr ip = {0x00000000UL}; in UnsetNetworkAddr() 720 IpV4Addr netmask = {0x00000000UL}; in UnsetNetworkAddr() 721 IpV4Addr gw = {0x00000000UL}; in UnsetNetworkAddr()
|
Completed in 9 milliseconds