Symbol: BNetworkInterfaceAddressSettings
headers/os/add-ons/network_settings/NetworkSettings.h
109
class BNetworkInterfaceAddressSettings {
headers/os/add-ons/network_settings/NetworkSettings.h
111
BNetworkInterfaceAddressSettings();
headers/os/add-ons/network_settings/NetworkSettings.h
112
BNetworkInterfaceAddressSettings(
headers/os/add-ons/network_settings/NetworkSettings.h
114
BNetworkInterfaceAddressSettings(
headers/os/add-ons/network_settings/NetworkSettings.h
115
const BNetworkInterfaceAddressSettings&
headers/os/add-ons/network_settings/NetworkSettings.h
117
~BNetworkInterfaceAddressSettings();
headers/os/add-ons/network_settings/NetworkSettings.h
142
BNetworkInterfaceAddressSettings&
headers/os/add-ons/network_settings/NetworkSettings.h
144
const BNetworkInterfaceAddressSettings&
headers/os/add-ons/network_settings/NetworkSettings.h
176
const BNetworkInterfaceAddressSettings&
headers/os/add-ons/network_settings/NetworkSettings.h
178
BNetworkInterfaceAddressSettings&
headers/os/add-ons/network_settings/NetworkSettings.h
182
BNetworkInterfaceAddressSettings& address);
headers/os/add-ons/network_settings/NetworkSettings.h
194
std::vector<BNetworkInterfaceAddressSettings>
src/kits/network/libnetapi/NetworkSettings.cpp
1006
BNetworkInterfaceAddressSettings::Mask()
src/kits/network/libnetapi/NetworkSettings.cpp
1013
BNetworkInterfaceAddressSettings::Peer() const
src/kits/network/libnetapi/NetworkSettings.cpp
1020
BNetworkInterfaceAddressSettings::Peer()
src/kits/network/libnetapi/NetworkSettings.cpp
1027
BNetworkInterfaceAddressSettings::Broadcast() const
src/kits/network/libnetapi/NetworkSettings.cpp
1034
BNetworkInterfaceAddressSettings::Broadcast()
src/kits/network/libnetapi/NetworkSettings.cpp
1041
BNetworkInterfaceAddressSettings::Gateway() const
src/kits/network/libnetapi/NetworkSettings.cpp
1048
BNetworkInterfaceAddressSettings::Gateway()
src/kits/network/libnetapi/NetworkSettings.cpp
1055
BNetworkInterfaceAddressSettings::GetMessage(BMessage& data) const
src/kits/network/libnetapi/NetworkSettings.cpp
1079
BNetworkInterfaceAddressSettings&
src/kits/network/libnetapi/NetworkSettings.cpp
1080
BNetworkInterfaceAddressSettings::operator=(
src/kits/network/libnetapi/NetworkSettings.cpp
1081
const BNetworkInterfaceAddressSettings& other)
src/kits/network/libnetapi/NetworkSettings.cpp
1117
BNetworkInterfaceAddressSettings address(addressData);
src/kits/network/libnetapi/NetworkSettings.cpp
1191
const BNetworkInterfaceAddressSettings&
src/kits/network/libnetapi/NetworkSettings.cpp
1198
BNetworkInterfaceAddressSettings&
src/kits/network/libnetapi/NetworkSettings.cpp
1209
const BNetworkInterfaceAddressSettings address = AddressAt(index);
src/kits/network/libnetapi/NetworkSettings.cpp
1219
const BNetworkInterfaceAddressSettings& address)
src/kits/network/libnetapi/NetworkSettings.cpp
1262
const BNetworkInterfaceAddressSettings& address
src/kits/network/libnetapi/NetworkSettings.cpp
899
BNetworkInterfaceAddressSettings::BNetworkInterfaceAddressSettings()
src/kits/network/libnetapi/NetworkSettings.cpp
907
BNetworkInterfaceAddressSettings::BNetworkInterfaceAddressSettings(
src/kits/network/libnetapi/NetworkSettings.cpp
937
BNetworkInterfaceAddressSettings::BNetworkInterfaceAddressSettings(
src/kits/network/libnetapi/NetworkSettings.cpp
938
const BNetworkInterfaceAddressSettings& other)
src/kits/network/libnetapi/NetworkSettings.cpp
951
BNetworkInterfaceAddressSettings::~BNetworkInterfaceAddressSettings()
src/kits/network/libnetapi/NetworkSettings.cpp
957
BNetworkInterfaceAddressSettings::Family() const
src/kits/network/libnetapi/NetworkSettings.cpp
964
BNetworkInterfaceAddressSettings::SetFamily(int family)
src/kits/network/libnetapi/NetworkSettings.cpp
971
BNetworkInterfaceAddressSettings::IsAutoConfigure() const
src/kits/network/libnetapi/NetworkSettings.cpp
978
BNetworkInterfaceAddressSettings::SetAutoConfigure(bool configure)
src/kits/network/libnetapi/NetworkSettings.cpp
985
BNetworkInterfaceAddressSettings::Address() const
src/kits/network/libnetapi/NetworkSettings.cpp
992
BNetworkInterfaceAddressSettings::Address()
src/kits/network/libnetapi/NetworkSettings.cpp
999
BNetworkInterfaceAddressSettings::Mask() const
src/preferences/network/InterfaceAddressView.cpp
285
BNetworkInterfaceAddressSettings& address = settings.AddressAt(index);
src/preferences/network/InterfaceAddressView.cpp
288
BNetworkInterfaceAddressSettings address;
src/preferences/network/InterfaceAddressView.cpp
318
BNetworkInterfaceAddressSettings& settings)
src/preferences/network/InterfaceAddressView.h
54
BNetworkInterfaceAddressSettings& address);
src/servers/net/NetServer.cpp
468
BNetworkInterfaceAddressSettings addressSettings(addressMessage);