Home
last modified time | relevance | path

Searched refs:IPv4 (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dnet_address.cpp26 NetAddress::NetAddress() : family_(Family::IPv4), port_(0) {} in NetAddress()
38 if (family_ == Family::IPv4) { in SetIpAddress()
45 if (family_ == Family::IPv4) { in SetIpAddress()
75 if (family_ == Family::IPv4) { in SetIpAddressInner()
105 if (family_ == Family::IPv4) { in SetAddress()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_network_interface.cpp37 const std::string &interfaceName, MacAddress &Mac, Ipv4Address &IPv4, std::vector<Ipv6Address> &vecIPv6) in FetchInterfaceConfig()
39 return MockNetworkInterface::GetInstance().FetchInterfaceConfig(interfaceName, Mac, IPv4, vecIPv6); in FetchInterfaceConfig()
42 bool GetIpv4Address(const std::string &interfaceName, Ipv4Address &IPv4) in GetIpv4Address() argument
44 return MockNetworkInterface::GetInstance().GetIpv4Address(interfaceName, IPv4); in GetIpv4Address()
36 FetchInterfaceConfig( const std::string &interfaceName, MacAddress &Mac, Ipv4Address &IPv4, std::vector<Ipv6Address> &vecIPv6) FetchInterfaceConfig() argument
H A Dmock_network_interface.h36 bool(const std::string &interfaceName, MacAddress &Mac, Ipv4Address &IPv4, std::vector<Ipv6Address> &vecIPv6));
37 MOCK_METHOD2(GetIpv4Address, bool(const std::string &interfaceName, Ipv4Address &IPv4));
/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/include/
H A Dnet_address.h27 IPv4 = 1, member in OHOS::NetManagerStandard::final::Family
/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/src/
H A Dnet_address.cpp22 NetAddress::NetAddress() : family_(Family::IPv4), port_(0) {} in NetAddress()
/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H A Dnet_address.h26 IPv4 = 1, member in OHOS::NetStack::Socket::final::Family
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp1428 if (context->address_.GetFamily() == NetAddress::Family::IPv4) { in ExecUdpAddMembership()
1459 if (context->address_.GetFamily() == NetAddress::Family::IPv4) { in ExecUdpDropMembership()

Completed in 6 milliseconds