Searched refs:Interface (Results 26 - 50 of 76) sorted by relevance

1234

/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h148 net_interface *Interface() const { return fInterface; } function in class:MulticastGroupInterface
173 value->Interface()->index)); }
175 { return value->Interface()->index == key.second
H A Dipv4.cpp153 value->Interface()->index)); }
155 { return value->Interface()->index == key.second
158 { return value1->Interface()->index == value2->Interface()->index
510 kprintf("%p: group <%s, %s, %s {", state, state->Interface()->name,
889 status_t status = sDatalinkModule->join_multicast(state->Interface(),
907 return sDatalinkModule->leave_multicast(state->Interface(), sDomain,
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h151 net_interface *Interface() const { return fInterface; } function in class:MulticastGroupInterface
182 value->Interface()->index)); }
184 { return value->Interface()->index == key.second
H A Dipv6.cpp170 value->Interface()->index)); }
172 { return value->Interface()->index == key.second
175 { return value1->Interface()->index == value2->Interface()->index
829 status_t status = sDatalinkModule->join_multicast(state->Interface(),
847 return sDatalinkModule->leave_multicast(state->Interface(), sDomain,
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp171 if (Interface().Mode() == PPP_SERVER_MODE)
194 switch (Interface().Phase()) {
240 Interface().UpdateIdleSince();
322 Interface().UpdateIdleSince();
453 if (State() != PPP_OPENED_STATE && !Interface().DoesConnectOnDemand())
477 memcpy(inreq.ifra_name, Interface().Name(), IF_NAMESIZE);
499 net_interface* pppInterface = get_interface_by_name(domain, Interface().Name());
585 PPPoEDevice* pppoeDevice = (PPPoEDevice *)Interface().Device();
824 RCRBadEvent(nak.ToNetBuffer(Interface().MRU()), NULL);
827 RCRBadEvent(NULL, reject.ToNetBuffer(Interface()
[all...]
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioStreamingInterface.h111 ASInterfaceDescriptor* Interface() { return fInterface; } function in class:AudioStreamAlternate
H A DStream.cpp54 if (fAlternates[i]->Interface() == 0) {
71 switch (fAlternates[i]->Interface()->fFormatTag) {
80 "supported.\n", i, fAlternates[i]->Interface()->fFormatTag);
93 if (fAlternates[i]->Interface()->fFormatTag == USB_AUDIO_FORMAT_PCM) {
H A DDevice.cpp802 usb_interface_info* Interface = config->interface[i].active; local
803 if (Interface == NULL || Interface->descr == NULL)
805 if (Interface->descr->interface_class != USB_AUDIO_INTERFACE_AUDIO_CLASS)
808 switch (Interface->descr->interface_subclass) {
810 fAudioControl.Init(i, Interface);
829 Interface->descr->interface_subclass);
H A DAudioControlInterface.h274 status_t Init(size_t interface, usb_interface_info* Interface);
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h86 const char* Interface() const;
H A DNetworkSettings.h45 Interface(const char* name);
47 Interface(const char* name) const;
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp96 BNetworkSettingsInterfaceItem::Interface() const function in class:BNetworkSettingsInterfaceItem
225 bool autoConfigure = fSettings.Interface(fInterface).IsAutoConfigure(
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h41 KPPPInterface& Interface() const function in class:KPPPStateMachine
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dusb-io.h78 uint8_t Interface; member in struct:__anon47
/haiku/src/kits/device/
H A DUSBEndpoint.cpp45 BUSBEndpoint::Interface() const function in class:BUSBEndpoint
/haiku/headers/os/device/
H A DUSBKit.h310 // Interface() returns the parent interface of this endpoint.
317 const BUSBInterface * Interface() const;
/haiku/src/kits/interface/
H A DControlLook.cpp9 #include <binary_compatibility/Interface.h>
H A DPopUpMenu.cpp19 #include <binary_compatibility/Interface.h>
H A DPictureButton.cpp14 #include <binary_compatibility/Interface.h>
H A DCheckBox.cpp24 #include <binary_compatibility/Interface.h>
H A DRadioButton.cpp21 #include <binary_compatibility/Interface.h>
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp204 Interface* interface = new(std::nothrow) Interface(this,
363 Interface* interfaceObject =
364 (Interface*)GetStack()->GetObject(interface->handle);
H A Dusb_private.h518 class Interface : public Object { class in inherits:Object
520 Interface(Object *parent,
783 // Interface between usb_bus and underlying implementation (xhci_pci)
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp518 return Interface().ReceiveFromDevice(packet);
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp399 Interface* interface = (Interface*)_interface;
635 Interface* interface = get_interface_for_device(domain, index);

Completed in 472 milliseconds

1234