Searched refs:fProfile (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DConnectionOptionsAddon.h41 { return fProfile; }
55 BMessage *fSettings, *fProfile; member in class:ConnectionOptionsAddon
H A DPPPoEAddon.h41 { return fProfile; }
62 BMessage *fSettings, *fProfile; member in class:PPPoEAddon
H A DIPCPAddon.h45 { return fProfile; }
63 BMessage *fSettings, *fProfile; member in class:IPCPAddon
H A DGeneralAddon.h56 { return fProfile; }
83 BMessage *fSettings, *fProfile; member in class:GeneralAddon
H A DDialUpView.h68 BMessage fAddons, fSettings, fProfile; member in class:DialUpView
H A DIPCPAddon.cpp47 fProfile(NULL),
65 fProfile = profile;
85 protocolIndex = FindIPCPProtocol(*fProfile, &protocol);
140 fProfile->ReplaceMessage(MDSU_PARAMETERS, protocolIndex, &protocol);
H A DConnectionOptionsAddon.cpp35 fProfile(NULL),
52 fProfile = profile;
H A DGeneralAddon.cpp57 fProfile(NULL),
97 fProfile = profile;
140 return fDeviceAddon->LoadSettings(fSettings, fProfile, false);
151 if(!FindMessageParameter(PPP_AUTHENTICATOR_KEY, *fProfile, &item, &itemIndex))
194 fProfile->ReplaceMessage(MDSU_PARAMETERS, itemIndex, &item);
H A DPPPoEAddon.cpp59 fProfile(NULL),
102 fProfile = profile;
H A DDialUpView.cpp296 fProfile.MakeEmpty();
298 *profilePointer = fCurrentItem ? &fProfile : NULL;
307 if(!ReadMessageDriverSettings(name.String(), &fProfile))
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp25 fProfile(NULL)
38 fProfile = newProfile;
46 return fProfile;
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h74 fProfile; member in class:BNetworkKit::BNetworkSettingsItem

Completed in 144 milliseconds