Searched refs:module (Results 76 - 100 of 251) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp355 const char* module; local
359 module = va_arg(modules, const char*);
360 if (module == NULL)
363 TRACE((" [%" B_PRId32 "] %s\n", count, module));
364 chain->modules[count] = strdup(module);
420 protocol->module->uninit_protocol(protocol);
466 protocol->module = (net_protocol_module_info*)chain->infos[i];
472 socket->first_info = protocol->module;
514 protocol->module->uninit_protocol(protocol);
566 protocol->module
754 module_info* module; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp451 sDomain->module->error_reply(NULL, packet->fFragments.First(),
695 deliver_multicast(net_protocol_module_info* module, net_buffer* buffer, argument
699 if (module->deliver_data == NULL)
725 if (protocol->module != module) {
728 // related to the 'receiving protocol' with module 'module'.
731 while (protocol != NULL && protocol->module != module)
736 module
862 net_protocol_module_info* module = sReceivingProtocol[protocol]; local
1841 net_protocol_module_info* module = receiving_protocol(buffer->protocol); local
[all...]
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h11 #include <module.h>
16 module_info module; member in struct:partition_module_info
/haiku/headers/private/kernel/boot/
H A Dpartitions.h45 status_t _Mount(file_system_module_info *module, Directory **_fileSystem);
87 // the file system module info is not a standard module info;
89 // and hence, don't need to follow the standard module specs.
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ratectl_none.c37 #include <sys/module.h>
H A Dieee80211_crypto_none.c41 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dxlphy.c70 #include <sys/module.h>
/haiku/headers/private/bluetooth/
H A DbtCoreData.h9 #include <module.h>
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp144 if (fEthernetIfnet->module == NULL) {
145 dprintf("%s::%s: fEthernetIfnet->module not found\n", __FILE__,
212 if (EthernetIfnet()->module->send_data(EthernetIfnet(), packet) != B_OK) {
279 EthernetIfnet()->module->send_data(EthernetIfnet(), packet);
359 if (EthernetIfnet()->module->send_data(EthernetIfnet(), packet) != B_OK) {
531 if (EthernetIfnet()->module->send_data(EthernetIfnet(), replyPacket) != B_OK) {
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp490 sDomain->module->error_reply(NULL, packet->fFragments.First(),
725 deliver_multicast(net_protocol_module_info* module, net_buffer* buffer, argument
742 module->deliver_data(ipproto, buffer);
751 deliver_multicast(net_protocol_module_info* module, net_buffer* buffer, argument
754 if (module->deliver_data == NULL)
761 status = deliver_multicast(module, buffer, deliverToRaw,
775 status = deliver_multicast(module, buffer, deliverToRaw, interface);
855 net_protocol_module_info* module = sReceivingProtocol[protocol]; local
856 if (module != NULL)
857 return module;
1544 net_protocol_module_info* module = receiving_protocol(protocol); local
[all...]
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp349 protocol->next->module->send_data(protocol->next, buffer);
612 return entry->protocol->next->module->send_data(entry->protocol->next,
751 status_t status = entry->protocol->next->module->send_data(
1059 // the broadcast address is set in the ethernet frame module
1066 return protocol->next->module->send_data(protocol->next, buffer);
1074 status_t status = protocol->next->module->interface_up(protocol->next);
1082 protocol->next->module->interface_down(protocol->next);
1096 protocol->next->module->interface_down(protocol->next);
1132 return protocol->next->module->change_address(protocol->next, address,
1142 return protocol->next->module
[all...]
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp129 : module(_module) {}
131 : module(definition.module) {}
135 return _Mix(module->hash_address_pair(key.first, key.second));
162 net_address_module_info *module; member in struct:UdpHashDefinition
493 status_t status = endpoint->next->module->bind(endpoint->next, address);
743 domainSupport->Domain()->module->error_reply(NULL, buffer,
1046 return next->module->send_routed_data(next, route, buffer);
1192 return protocol->next->module->control(protocol->next, level, option,
1201 return protocol->next->module
[all...]
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp378 protocol->next->module->send_data(protocol->next, buffer);
401 sIPv6Protocol->module = sIPv6Module;
1062 return protocol->next->module->send_data(protocol->next, buffer);
1071 status_t status = protocol->next->module->interface_up(protocol->next);
1079 protocol->next->module->interface_down(protocol->next);
1093 protocol->next->module->interface_down(protocol->next);
1155 return protocol->next->module->change_address(protocol->next, address,
1164 return protocol->next->module->control(protocol->next, op, argument,
1179 return protocol->next->module->join_multicast(protocol->next,
1194 return protocol->next->module
[all...]
/haiku/headers/private/graphics/
H A DAGP.h55 aperture_id (*map_custom_aperture)(gart_bus_module_info *module,
/haiku/src/tests/add-ons/kernel/busses/scsi/example/
H A Dexample_scsi.c8 #include <module.h>
20 // module functions
174 // module management
185 "busses/scsi/example/v1", // module name
186 0, // module flags
187 example_std_ops // module standard ops
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dscsi_periph.cpp13 #include <module.h>
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp96 // call the kernel module uninitialization
147 // call the kernel module initialization (if any)
395 // module name must match "file_systems/<name>/v1"
399 // find the module
400 file_system_module_info* module = NULL; local
403 module = (file_system_module_info*)modules[i];
407 if (!module)
412 = new(std::nothrow) HaikuKernelFileSystem(fsName, module);
/haiku/headers/private/device/
H A Djoystick_driver.h13 #include <module.h>
101 enum { /* flags for joystick module info */
123 /* module. */
140 by the device module. */
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an_pccard.c56 #include <sys/module.h>
H A Dif_an_isa.c58 #include <sys/module.h>
/haiku/src/libs/compat/freebsd_network/
H A Dfirmware.c12 #include <compat/sys/haiku-module.h>
H A Dfbsd_mii_bitbang.c34 * Common module for bit-bang'ing the MII.
42 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/mii/
H A Dukphy_subr.c45 #include <sys/module.h>

Completed in 102 milliseconds

1234567891011