Searched refs:interface (Results 51 - 75 of 293) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp114 net_device_interface* interface = get_device_interface(deviceName);
115 if (interface == NULL)
118 status_t status = register_device_monitor(interface->device, &fMonitor);
120 put_device_interface(interface);
124 fMonitoredDevice = interface;
145 // Only root is allowed to bind to a link layer interface
154 Interface* interface = get_interface_for_link(sDomain, address);
155 if (interface == NULL)
159 = acquire_device_interface(interface->DeviceInterface());
161 interface
283 user_request_get_device_interface(void* value, struct ifreq& request, net_device_interface*& interface) argument
363 net_device_interface* interface; local
421 net_device_interface* interface; local
440 net_device_interface* interface; local
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPMRUHandler.cpp22 status_t ParseRequestedItem(mru_item *item, KPPPInterface& interface);
25 _KPPPMRUHandler::_KPPPMRUHandler(KPPPInterface& interface) argument
26 : KPPPOptionHandler("MRU Handler", kMRUType, interface, NULL)
110 ParseRequestedItem(mru_item *item, KPPPInterface& interface) argument
122 if (MRU < interface.MRU())
123 interface.SetMRU(MRU);
H A D_KPPPMRUHandler.h14 _KPPPMRUHandler(KPPPInterface& interface);
/haiku/headers/private/net/
H A Dnet_datalink_protocol.h15 struct net_interface* interface; member in struct:net_datalink_protocol
22 status_t (*init_protocol)(net_interface* interface, net_domain* domain,
/haiku/src/kits/debugger/jobs/
H A DWriteCoreFileJob.cpp18 DebuggerInterface* interface, const entry_ref& path)
22 fDebuggerInterface(interface),
17 WriteCoreFileJob(Team* team, DebuggerInterface* interface, const entry_ref& path) argument
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp58 SpecificImageDebugInfoLoadingState* state, UserInterface* interface)
81 if (interface->IsInteractive()) {
87 choice = interface->SynchronouslyAskUser("Debug info missing",
99 choice = interface->SynchronouslyAskUser("Debug info missing",
113 interface->NotifyBackgroundWorkStatus(notification);
115 if (interface->IsInteractive()) {
122 interface->NotifyUser("Error", message.String(),
130 interface->SynchronouslyAskUserForFile(&ref);
57 HandleState( SpecificImageDebugInfoLoadingState* state, UserInterface* interface) argument
H A DDwarfLoadingStateHandler.h30 UserInterface* interface);
/haiku/src/add-ons/kernel/network/ppp/ppp_frame/
H A Dppp_frame.cpp39 ppp_frame_init(struct net_interface* interface, net_domain* domain, argument
44 if (interface->device->type != IFT_PPP)
49 status_t status = sStackModule->register_device_deframer(interface->device,
55 interface->device, B_NET_FRAME_TYPE(IFT_ETHER, ETHER_TYPE_PPPOE), domain);
60 interface->device, B_NET_FRAME_TYPE_IPV4, domain);
69 sStackModule->unregister_device_deframer(interface->device);
81 sStackModule->unregister_device_deframer(protocol->interface->device);
82 sStackModule->unregister_device_handler(protocol->interface->device, 0);
151 // interface control
/haiku/src/bin/network/route/
H A Droute.cpp78 printf("usage: %s [command] [<interface>] [<address family>] "
81 " add - add a route for the specified interface\n"
102 fprintf(stderr, "%s: interface name \"%s\" is too long.\n",
186 ifreq *interface = (ifreq*)buffer;
193 if (interface->ifr_route.destination->sa_family
212 while (interface < end) {
213 route_entry& route = interface->ifr_route;
217 || !strcmp(interfaceName, interface->ifr_name)) {
273 printf("%s", interface->ifr_name);
285 interface
295 delete_route(int socket, const char *interface, route_entry &route) argument
311 add_route(int socket, const char *interface, route_entry &route) argument
410 const char *interface = NULL; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dbus_raw.cpp22 scsi_bus_interface *interface; member in struct:bus_raw_info
41 (driver_module_info **)&bus->interface, (void **)&bus->cookie);
88 return bus->interface->reset_bus(bus->cookie);
91 return bus->interface->path_inquiry(bus->cookie,
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp195 PPPInterface interface(PPPManager().CreateInterfaceWithName(
197 interface.SetUsername(Username());
198 interface.SetPassword(Password());
199 interface.SetAskBeforeConnecting(false);
200 interface.Up();
224 if(interface.GetSettingsEntry(&entry) == B_OK) {
237 PPPInterface interface(fListener.Interface());
240 if(interface.GetInterfaceInfo(&info) && info.info.phase < PPP_ESTABLISHMENT_PHASE)
242 interface.Down();
260 PPPInterface interface(fListene
[all...]
/haiku/src/preferences/network/
H A DInterfaceAddressView.cpp44 const char* interface, BNetworkSettings& settings)
48 fInterface(interface),
100 fSettings.GetInterface(interface, fOriginalSettings);
182 const char* interface = message.GetString("interface", NULL); local
183 if (interface == NULL || strcmp(interface, fInterface.Name()) != 0)
203 /*! Updates the UI to match the current interface configuration.
205 The interface settings may be consulted to determine if the
273 BMessage interface; local
43 InterfaceAddressView(int family, const char* interface, BNetworkSettings& settings) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp115 message.AddPointer("interface", fTargetHostInterface);
139 startMessage.AddPointer("interface", fTargetHostInterface);
157 coreMessage.AddPointer("interface", fTargetHostInterface);
179 TargetHostInterface* interface; local
180 if (message->FindPointer("interface", reinterpret_cast<void**>(
181 &interface)) != B_OK) {
185 if (interface == fTargetHostInterface)
188 fTargetHostInterface = interface;
189 _NotifySelectedInterfaceChanged(interface);
248 TargetHostInterface* interface local
361 _NotifySelectedInterfaceChanged(TargetHostInterface* interface) argument
[all...]
/haiku/src/apps/haikudepot/server/
H A DUserDetailVerifierProcess.cpp102 WebAppInterface* interface = fModel->GetWebAppInterface(); local
106 result = interface->RetrieveCurrentUserDetail(userDetailResponse);
136 result = interface->UnpackUserDetail(userDetailResponse, userDetail);
/haiku/src/servers/net/
H A DNetServer.cpp74 bool _IsValidInterface(BNetworkInterface& interface);
79 status_t _ConfigureInterface(BMessage& interface);
322 /*! Checks if an interface is valid, that is, if it has an address in any
326 NetServer::_IsValidInterface(BNetworkInterface& interface) argument
330 if (interface.CountAddresses() == 0)
336 if (interface.GetHardwareAddress(link) != B_OK)
350 BNetworkInterface interface; local
353 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
354 if (!_IsValidInterface(interface)) {
355 // remove invalid interface
368 BNetworkInterface interface; local
685 BMessage interface; local
739 BMessage interface; local
796 BMessage interface; local
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp12 - "interface" [\c int32] (optional): the interface ID of the affected interface
63 message.AddInt32("interface", static_cast<int32>(*interfaceID));
139 /*! \brief Changes the interface being monitored.
141 This unregisters the old interface from the watch-list.
143 \param ID The ID of the interface you want to watch.
159 PPPInterface interface(ID);
160 if (interface.InitCheck() != B_OK)
163 if (!interface
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp151 // reset the device by switching the data interface to the disabled first
152 // interface and then enable it by setting the second actual data interface
156 usb_interface_info *interface = config->interface[fDataInterfaceIndex].active; local
157 if (interface->endpoint_count < 2) {
158 TRACE_ALWAYS("setting the data alternate interface failed\n");
162 if (!(interface->endpoint[0].descr->endpoint_address & USB_ENDPOINT_ADDR_DIR_IN))
163 fWriteEndpoint = interface->endpoint[0].handle;
165 fReadEndpoint = interface
628 const usb_interface_info *interface = config->interface[j].active; local
680 usb_interface_info *interface = config->interface[controlIndex].active; local
[all...]
/haiku/headers/cpp/
H A DSFile.h28 #pragma interface
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSilicon.cpp31 usb_interface_info *interface = config->interface[0].active; local
32 for (size_t i = 0; i < interface->endpoint_count; i++) {
33 usb_endpoint_info *endpoint = &interface->endpoint[i];
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.h38 #include <interface/Window.h>
/haiku/src/servers/app/drawing/
H A DUpdateQueue.h18 UpdateQueue(HWInterface* interface);
/haiku/src/apps/pulse/
H A DProgressBar.h14 #include <interface/View.h>
/haiku/src/kits/debugger/value/
H A DValueWriter.h25 DebuggerInterface* interface,
/haiku/src/system/boot/loader/net/
H A DNetStack.cpp138 NetStack::AddEthernetInterface(EthernetInterface *interface) argument
140 if (!interface)
143 // we support only one network interface at the moment
150 status_t error = fEthernetService->Init(interface);
154 fEthernetInterface = interface;
/haiku/headers/private/kernel/arch/generic/
H A Dmsi.h22 void msi_set_interface(MSIInterface* interface);

Completed in 283 milliseconds

1234567891011>>