Searched defs:gw (Results 1 - 6 of 6) sorted by relevance
/drivers/hdf_core/framework/model/network/ethernet/src/ |
H A D | hdf_eth_core.c | 57 IpV4Addr gw;
in SetEthNetworkAddr() local
|
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/ |
H A D | net_device_test.c | 114 IpV4Addr gw = { 0x010ca8c0UL }; // 192, 168, 12, 1 in WiFiNetDviceTestSetAddr() local
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
H A D | net_device_adapter.c | 259 ip4_addr_t gw; in LiteNetDevAdd() local 448 LiteNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, const IpV4Addr *gw) LiteNetSetIpAddr() argument
|
/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device.c | 327 NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask, const IpV4Addr *gw) NetIfSetAddr() argument
|
/drivers/hdf_core/adapter/khdf/liteos/network/src/ |
H A D | net_device_adapter.c | 296 ip4_addr_t gw; in LiteNetDevAdd() local 487 LiteNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, const IpV4Addr *gw) LiteNetSetIpAddr() argument
|
/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 700 IpV4Addr gw; in SetNetworkAddr() local 721 IpV4Addr gw = {0x00000000UL}; in UnsetNetworkAddr() local
|
Completed in 7 milliseconds