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

/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DIPCPAddon.h34 { return fIPAddress.String(); }
57 BString fIPAddress, fPrimaryDNS, fSecondaryDNS; member in class:IPCPAddon
75 { return fIPAddress->Text(); }
91 BTextControl *fIPAddress, *fPrimaryDNS, *fSecondaryDNS; member in class:IPCPView
H A DIPCPAddon.cpp65 fIPAddress = fPrimaryDNS = fSecondaryDNS = "";
97 || parameter.FindString(MDSU_VALUES, &fIPAddress) != B_OK)
98 fIPAddress = "";
100 if(fIPAddress == "auto")
101 fIPAddress = "";
151 || fIPAddress != fIPCPView->IPAddress()
271 fIPAddress = new BTextControl(rect, "ip", kLabelIPAddress, NULL, NULL);
297 float controlWidth = max(max(StringWidth(fIPAddress->Label()),
299 fIPAddress->SetDivider(controlWidth + 5);
304 AddChild(fIPAddress);
[all...]
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DIPCPAddon.h51 { return fIPAddress.String(); }
77 BString fIPAddress, fPrimaryDNS, fSecondaryDNS; member in class:IPCPAddon
95 { return fIPAddress->Text(); }
111 BTextControl *fIPAddress, *fPrimaryDNS, *fSecondaryDNS; member in class:IPCPView
H A DIPCPAddon.cpp88 fIPAddress = fPrimaryDNS = fSecondaryDNS = "";
128 || parameter.FindString(MDSU_VALUES, &fIPAddress) != B_OK)
129 fIPAddress = "";
131 if(fIPAddress == "auto")
132 fIPAddress = "";
183 *profile = (*settings || fIPAddress != fIPCPView->IPAddress()
302 fIPAddress = new BTextControl(rect, "ip", kLabelIPAddress, NULL, NULL);
328 float controlWidth = max(max(StringWidth(fIPAddress->Label()),
330 fIPAddress->SetDivider(controlWidth + 5);
335 AddChild(fIPAddress);
[all...]
/haiku-fatelf/src/preferences/network_old/
H A DInterfaceWin.cpp59 fIPAddress=new BTextControl(BRect(10,10,6,6),"IP address","IP address:",NULL,
62 fIPAddress->GetPreferredSize(&width,&height);
79 fBox->AddChild(fIPAddress);
85 fIPAddress->ResizeTo(width - 15, height);
87 float dividersize = fIPAddress->StringWidth("Subnet mask:") + 10;
88 fIPAddress->SetDivider(dividersize);
92 fIPAddress->SetAlignment(B_ALIGN_RIGHT,B_ALIGN_LEFT);
137 item->fIPADDRESS=fIPAddress->Text();
H A DConfigData.h16 BString fIPAddress; member in class:InterfaceData
H A DInterfaceWin.h27 BTextControl *fIPAddress; member in class:InterfaceWin
H A DConfigData.cpp9 fIPAddress("192.168.0.2"),
102 filedata << "\n\tIPADDRESS = " << interface->fIPAddress;
432 idata->fIPAddress = istring.String() + datastart;
433 dataend = idata->fIPAddress.FindFirst("\n");
435 idata->fIPAddress.Truncate(dataend);
437 idata->fIPAddress = BString(idata->fIPAddress.String() + 12);
H A DNetworkWindow.cpp400 win->fIPAddress->SetText(selection->fData.fIPAddress.String());
405 win->fIPAddress->SetTarget(win);
/haiku-fatelf/src/system/boot/loader/net/
H A DEthernet.cpp26 : fIPAddress(INADDR_ANY)
39 return fIPAddress;
46 fIPAddress = ipAddress;
/haiku-fatelf/headers/private/kernel/boot/net/
H A DEthernet.h33 ip_addr_t fIPAddress; member in class:EthernetInterface
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp150 if (fIPAddress == 0) {

Completed in 163 milliseconds