Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dipv4_info.h43 prefixLength_ = prefixLen; in SetPrefixLength()
47 return prefixLength_; in GetPrefixLength()
50 static constexpr int Ipv4InfoSize() { return sizeof(ip_) + sizeof(prefixLength_); } in Ipv4InfoSize()
54 uint8_t prefixLength_ { DEFAULT_PREFIX_VALUE };
H A Dipv4_info.cpp30 if (ip_ == other.ip_ && prefixLength_ == other.prefixLength_) { in operator ==()
41 output.push_back(prefixLength_); in Marshalling()
53 prefixLength_ = input[Ipv4InfoSize() - 1]; in Unmarshalling()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dbase_address.h114 return prefixLength_; in GetAddressPrefixLength()
124 size_t prefixLength_; member in OHOS::Wifi::BaseAddress
H A Dbase_address.cpp28 : family_(family), prefixLength_(prefixLength), ipAddress_(ip) in BaseAddress()
55 LOGI("TYPE: [%{public}s] address [%s/%zu]", ipType.c_str(), ipAddress_.c_str(), prefixLength_); in Dump()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_interface_config.cpp52 if (!parcel.WriteInt32(prefixLength_)) { in Marshalling()
84 if (!parcel.ReadInt32(config.prefixLength_)) { in Unmarshalling()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_interface_config.h31 int prefixLength_ = 0; member
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2181 config.prefixLength_ = configParcel.prefixLength; in GetNetInterfaceConfiguration()

Completed in 7 milliseconds