Lines Matching defs:Interface

97 	while (Interface* interface = iterator.Next()) {
116 Interface* interface = NULL;
125 interface = (Interface*)parse_expression(argv[1]);
137 while (Interface* interface = iterator.Next()) {
204 ((Interface*)interface)->ReleaseReference();
443 ((Interface*)interface)->AcquireReference();
450 Interface::Interface(const char* interfaceName,
455 TRACE("Interface %p: new \"%s\", device interface %p\n", this,
480 Interface::~Interface()
482 TRACE("Interface %p: destructor\n", this);
515 Interface::FirstForFamily(int family)
533 Interface::FirstUnconfiguredForFamily(int family)
556 Interface::AddressForDestination(net_domain* domain,
585 Interface::AddressForLocal(net_domain* domain, const sockaddr* local)
604 Interface::AddAddress(InterfaceAddress* address)
623 Interface::RemoveAddress(InterfaceAddress* address)
644 Interface::GetNextAddress(InterfaceAddress** _address)
670 Interface::AddressAt(size_t index)
689 Interface::IndexOfAddress(InterfaceAddress* address)
711 Interface::CountAddresses()
719 Interface::RemoveAddresses()
745 Interface::Control(net_domain* domain, int32 option, ifreq& request,
775 TRACE("Interface %p: flags changed from %" B_PRIx32 " to %"
936 Interface::SetDown()
964 Interface::WentDown()
966 TRACE("Interface %p: went down\n", this);
979 Interface::CreateDomainDatalinkIfNeeded(net_domain* domain)
986 TRACE("Interface %p: create domain datalink for domain %p\n", this, domain);
1028 Interface::DomainDatalink(uint8 family)
1043 Interface::Dump() const
1079 Interface::_SetUp()
1127 Interface::_FirstForFamily(int family)
1142 Interface::_ChangeAddress(RecursiveLocker& locker, InterfaceAddress* address,
1189 static Interface*
1195 while (Interface* interface = iterator.Next()) {
1207 static Interface*
1213 while (Interface* interface = iterator.Next()) {
1234 Interface* interface
1235 = new(std::nothrow) Interface(name, deviceInterface);
1265 remove_interface(Interface* interface)
1281 the corresponding Interface, and remove it.
1288 Interface* interface = find_interface(deviceInterface->device->name);
1295 add_interface_address(Interface* interface, net_domain_private* domain,
1355 Interface* interface = (Interface*)interfaceAddress->interface;
1414 Interface*
1419 Interface* interface;
1430 BReference<Interface> interfaceRef(interface);
1440 Interface*
1445 Interface* interface = find_interface(name);
1450 BReference<Interface> interfaceRef(interface);
1460 Interface*
1466 while (Interface* interface = iterator.Next()) {
1472 BReference<Interface> interfaceRef(interface);
1486 /*! Returns a reference to an Interface that matches the given \a linkAddress.
1490 Interface*
1498 while (Interface* interface = iterator.Next()) {
1514 BReference<Interface> interfaceRef(interface);
1552 while (Interface* interface = iterator.Next()) {
1582 while (Interface* interface = iterator.Next()) {
1624 while (Interface* interface = iterator.Next()) {