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
1000
BNetworkInterfaceAddressSettings::Mask() const
src/kits/network/libnetapi/NetworkSettings.cpp
1007
BNetworkInterfaceAddressSettings::Mask()
src/kits/network/libnetapi/NetworkSettings.cpp
1014
BNetworkInterfaceAddressSettings::Peer() const
src/kits/network/libnetapi/NetworkSettings.cpp
1021
BNetworkInterfaceAddressSettings::Peer()
src/kits/network/libnetapi/NetworkSettings.cpp
1028
BNetworkInterfaceAddressSettings::Broadcast() const
src/kits/network/libnetapi/NetworkSettings.cpp
1035
BNetworkInterfaceAddressSettings::Broadcast()
src/kits/network/libnetapi/NetworkSettings.cpp
1042
BNetworkInterfaceAddressSettings::Gateway() const
src/kits/network/libnetapi/NetworkSettings.cpp
1049
BNetworkInterfaceAddressSettings::Gateway()
src/kits/network/libnetapi/NetworkSettings.cpp
1056
BNetworkInterfaceAddressSettings::GetMessage(BMessage& data) const
src/kits/network/libnetapi/NetworkSettings.cpp
1080
BNetworkInterfaceAddressSettings&
src/kits/network/libnetapi/NetworkSettings.cpp
1081
BNetworkInterfaceAddressSettings::operator=(
src/kits/network/libnetapi/NetworkSettings.cpp
1082
const BNetworkInterfaceAddressSettings& other)
src/kits/network/libnetapi/NetworkSettings.cpp
1118
BNetworkInterfaceAddressSettings address(addressData);
src/kits/network/libnetapi/NetworkSettings.cpp
1192
const BNetworkInterfaceAddressSettings&
src/kits/network/libnetapi/NetworkSettings.cpp
1199
BNetworkInterfaceAddressSettings&
src/kits/network/libnetapi/NetworkSettings.cpp
1210
const BNetworkInterfaceAddressSettings address = AddressAt(index);
src/kits/network/libnetapi/NetworkSettings.cpp
1220
const BNetworkInterfaceAddressSettings& address)
src/kits/network/libnetapi/NetworkSettings.cpp
1263
const BNetworkInterfaceAddressSettings& address
src/kits/network/libnetapi/NetworkSettings.cpp
900
BNetworkInterfaceAddressSettings::BNetworkInterfaceAddressSettings()
src/kits/network/libnetapi/NetworkSettings.cpp
908
BNetworkInterfaceAddressSettings::BNetworkInterfaceAddressSettings(
src/kits/network/libnetapi/NetworkSettings.cpp
938
BNetworkInterfaceAddressSettings::BNetworkInterfaceAddressSettings(
src/kits/network/libnetapi/NetworkSettings.cpp
939
const BNetworkInterfaceAddressSettings& other)
src/kits/network/libnetapi/NetworkSettings.cpp
952
BNetworkInterfaceAddressSettings::~BNetworkInterfaceAddressSettings()
src/kits/network/libnetapi/NetworkSettings.cpp
958
BNetworkInterfaceAddressSettings::Family() const
src/kits/network/libnetapi/NetworkSettings.cpp
965
BNetworkInterfaceAddressSettings::SetFamily(int family)
src/kits/network/libnetapi/NetworkSettings.cpp
972
BNetworkInterfaceAddressSettings::IsAutoConfigure() const
src/kits/network/libnetapi/NetworkSettings.cpp
979
BNetworkInterfaceAddressSettings::SetAutoConfigure(bool configure)
src/kits/network/libnetapi/NetworkSettings.cpp
986
BNetworkInterfaceAddressSettings::Address() const
src/kits/network/libnetapi/NetworkSettings.cpp
993
BNetworkInterfaceAddressSettings::Address()
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);