Home
last modified time | relevance | path

Searched defs:netMask (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dlnn_ip_utils_adapter.c32 ip4_addr_t *netMask = NULL; in GetNetworkIpByIfName() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_argument_test.cpp36 std::string netMask = "192.168.1.2"; variable
H A Ddhcp_dhcpd_test.cpp51 std::string netMask = "192.77.1.232"; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dip_tools.cpp127 std::string netMask; in ConvertIpv4Mask() local
151 std::string netMask; in ConvertIpv6Mask() local
165 int netMask = 0; in GetMaskLength() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_function_test.cpp140 uint32_t netMask = 16318463; variable
148 uint32_t netMask = 0; variable
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp405 for (const auto &netMask : fromAddrList) { in GetRoutePrefixlen() local
451 … [&data, &TAB](const auto &netMask) { data.append(TAB + TAB + netMask.ToString(TAB)); }); in GetDumpInfo()
H A Dethernet_configuration.cpp269 INetAddr netMask; in ConvertToConfiguration() local
341 INetAddr netMask; in MakeInterfaceConfiguration() local
596 …g->ipStatic_.netMaskList_.begin(), cfg->ipStatic_.netMaskList_.end(), [&cfg](const auto &netMask) { in ParserIfaceIpAndRoute()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_proxy_test.cpp90 INetAddr netMask; in GetIfaceConfig() local
H A Dethernet_service_test.cpp88 INetAddr netMask; in GetIfaceConfig() local
H A Dethernet_manager_test.cpp158 INetAddr netMask; in GetIfaceConfig() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp278 int ParseArguments(const std::string& ifName, const std::string& netMask, const std::string& ipRang… in ParseArguments()
H A Ddhcp_dhcpd.cpp351 int StartDhcpServerMain(const std::string& ifName, const std::string& netMask, const std::string& i… in StartDhcpServerMain()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_function.cpp295 int SetLocalInterface(const char *ifname, uint32_t ipAddr, uint32_t netMask) in SetLocalInterface()
/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_device_config.h225 unsigned int netMask; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c320 uint32_t netMask; in GetTargetInterface() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c327 uint32_t netMask; in GetTargetInterface() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c448 …eNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in LiteNetSetIpAddr()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c487 …eNetSetIpAddr(struct NetDeviceImpl *netDeviceImpl, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in LiteNetSetIpAddr()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_device_config.h269 unsigned int netMask; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h108 FILLP_UINT netMask; member
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c327 …_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask, in NetIfSetAddr()
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h45 std::string netMask = ""; member
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp145 int netMask = 0; in GetMaskLength() local
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp281 cJSON *netMask = cJSON_GetObjectItem(mem, "netMask"); in ConvertNetAddrToConfig() local