Searched refs:address_module (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/net/
H A DNetUtilities.h108 domain->address_module->print_address(address, &fBuffer, printPort);
116 domain->address_module->print_address(&address, &fBuffer, printPort);
119 AddressString(net_address_module_info* address_module, argument
124 address_module->print_address(address, &fBuffer, printPort);
H A DProtocolUtilities.h56 fDomain->address_module,
60 fDomain->address_module,
65 fDomain->address_module,
69 fDomain->address_module,
74 { return fDomain->address_module; }
99 if (fDomain == NULL || fDomain->address_module == NULL)
H A Dnet_datalink.h32 struct net_address_module_info* address_module; member in struct:net_domain
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp52 return domain->address_module->hash_address(key, false);
57 return address->domain->address_module->hash_address(address->local,
69 return address->domain->address_module->equal_addresses(key,
152 address->domain->address_module->hash_address(address->local,
343 domain->address_module->print_address_buffer(local, buffer,
350 domain->address_module->print_address_buffer(mask, buffer,
357 domain->address_module->print_address_buffer(destination, buffer,
570 && domain->address_module->equal_addresses(address->destination,
593 && domain->address_module->equal_addresses(address->local, local)) {
797 if (!domain->address_module
[all...]
H A Droutes.cpp125 && domain->address_module->equal_masked_addresses(
127 && domain->address_module->equal_addresses(route->mask,
129 && domain->address_module->equal_addresses(route->gateway,
160 domain->address_module->mask_address(address, route->mask,
162 if (!domain->address_module->equal_addresses(&maskedAddress,
165 } else if (!domain->address_module->equal_addresses(address,
464 || !domain->address_module->check_mask(newRoute->mask))
477 if (domain->address_module->copy_address(newRoute->destination,
480 || domain->address_module->copy_address(newRoute->mask, &route->mask,
482 || domain->address_module
[all...]
H A Ddomains.cpp73 kprintf(" address_module: %p\n", domain->address_module);
140 domain->address_module = addressModule;
H A Ddatalink.cpp487 if ((domain->address_module->flags
834 if (!protocol->domain->address_module->is_empty_address(
H A Dnet_buffer.cpp599 interfaceAddress->domain->address_module->print_address_buffer(address,
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h94 { return Domain()->address_module; }
H A Dtcp.cpp689 net_address_module_info* addressModule = domain->address_module;
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp237 net_address_module_info* addressModule = domain->address_module;
253 if (!domain->address_module->equal_addresses(
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp451 if (!domain->address_module->equal_addresses(
628 domain->address_module, reply->destination, true).Data());
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp202 { return fDomain->address_module; }
266 fActiveEndpoints(domain->address_module),
780 net_address_module_info* addressModule = domain->address_module;
810 net_address_module_info* addressModule = domain->address_module;

Completed in 130 milliseconds