Home
last modified time | relevance | path

Searched refs:IpV4Addr (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h39 int32_t (*setIpAddr)(struct NetDeviceImpl *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask,
40 const IpV4Addr *gw);
H A Dnet_device.c327 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 Dnet_device_test.c112 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 Dhdf_eth_core.c55 IpV4Addr ip; in SetEthNetworkAddr()
56 IpV4Addr netmask; in SetEthNetworkAddr()
57 IpV4Addr gw; in SetEthNetworkAddr()
/drivers/hdf_core/framework/include/net/
H A Dnet_device.h409 } 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 Dnet_device_adapter.c448 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 Dnet_device_adapter.c487 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 Dwifi_base.c698 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