Searched refs:MDSU_VALUES (Results 1 – 10 of 10) sorted by relevance
/haiku/src/add-ons/network_settings/dialup/ |
H A D | IPCPAddon.cpp | 103 || parameter.FindString(MDSU_VALUES, &fIPAddress) != B_OK) in LoadSettings() 115 || parameter.FindString(MDSU_VALUES, &fPrimaryDNS) != B_OK) in LoadSettings() 127 || parameter.FindString(MDSU_VALUES, &fSecondaryDNS) != B_OK) in LoadSettings() 175 protocol.AddString(MDSU_VALUES, kKernelModuleName); in SaveSettings() 188 ip.AddString(MDSU_VALUES, fIPCPView->IPAddress()); in SaveSettings() 197 dns.AddString(MDSU_VALUES, fIPCPView->PrimaryDNS()); in SaveSettings() 206 dns.AddString(MDSU_VALUES, fIPCPView->SecondaryDNS()); in SaveSettings() 257 if(protocol->FindString(MDSU_VALUES, &name) == B_OK in FindIPCPProtocol()
|
H A D | PPPoEAddon.cpp | 117 if(device.FindString(MDSU_VALUES, &name) != B_OK || name != kKernelModuleName) in LoadSettings() 124 || parameter.FindString(MDSU_VALUES, &fInterfaceName) != B_OK) in LoadSettings() 134 || parameter.FindString(MDSU_VALUES, &fServiceName) != B_OK) in LoadSettings() 176 device.AddString(MDSU_VALUES, kKernelModuleName); in SaveSettings() 179 interface.AddString(MDSU_VALUES, fPPPoEView->InterfaceName()); in SaveSettings() 186 service.AddString(MDSU_VALUES, fPPPoEView->ServiceName()); in SaveSettings()
|
H A D | ConnectionOptionsAddon.cpp | 127 parameter.AddString(MDSU_VALUES, "enabled"); in SaveSettings() 133 parameter.AddString(MDSU_VALUES, "enabled"); in SaveSettings() 141 parameter.AddString(MDSU_VALUES, "enabled"); in SaveSettings()
|
H A D | GeneralAddon.cpp | 129 if(device.FindString(MDSU_VALUES, &fDeviceName) != B_OK) in LoadDeviceSettings() 156 for(int32 index = 0; item.FindString(MDSU_VALUES, index, &name) == B_OK; index++) { in LoadAuthenticationSettings() 176 && parameter.FindString(MDSU_VALUES, &fUsername) == B_OK) { in LoadAuthenticationSettings() 184 && parameter.FindString(MDSU_VALUES, &fPassword) == B_OK) { in LoadAuthenticationSettings() 278 authenticator.AddString(MDSU_VALUES, fGeneralView->AuthenticatorName()); in SaveSettings() 283 username.AddString(MDSU_VALUES, fGeneralView->Username()); in SaveSettings() 290 password.AddString(MDSU_VALUES, fGeneralView->Password()); in SaveSettings()
|
H A D | MessageDriverSettingsUtils.cpp | 47 for(int32 index = 0; message.FindString(MDSU_VALUES, index, &value) == B_OK; in AddValues() 118 message->AddString(MDSU_VALUES, parameter->values[index]); in AddParameter() 186 for(int32 index = 0; parameter.FindString(MDSU_VALUES, index, &name) == B_OK; in WriteParameter()
|
H A D | MessageDriverSettingsUtils.h | 16 #define MDSU_VALUES "Values" macro
|
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/ |
H A D | MessageDriverSettingsUtils.cpp | 45 for (int32 index = 0; message.FindString(MDSU_VALUES, index, &value) == B_OK; in AddValues() 116 message->AddString(MDSU_VALUES, parameter->values[index]); in AddParameter() 184 for (int32 index = 0; parameter.FindString(MDSU_VALUES, index, &name) == B_OK; in WriteParameter()
|
H A D | PPPManager.cpp | 94 parameter.AddString(MDSU_VALUES, name); in SetDefaultInterface()
|
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/ |
H A D | MessageDriverSettingsUtils.h | 16 #define MDSU_VALUES "Values" macro
|
/haiku/src/bin/network/ppp_up/ |
H A D | ConnectionView.cpp | 174 && parameter.FindString(MDSU_VALUES, &username) == B_OK) in Reload() 179 && parameter.FindString(MDSU_VALUES, &password) == B_OK) in Reload() 210 parameter.AddString(MDSU_VALUES, Username()); in Connect() 219 parameter.AddString(MDSU_VALUES, Password()); in Connect()
|