Searched refs:configureInterface (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h194 virtual bool configureInterface(IONetworkInterface *netif);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h248 virtual bool configureInterface(IONetworkInterface *netif);
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp423 bool IOFireWireIP::configureInterface( IONetworkInterface *netif ) function in class:IOFireWireIP
427 if ( super::configureInterface( netif ) == false )
442 IOLog( "IOFireWireIP::configureInterface - invalid ethernet statistics\n" );
452 } // end configureInterface
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIP.h269 virtual bool configureInterface(IONetworkInterface *netif);
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.h1253 <code>configureInterface()</code> to configure the interface. Subclasses
1309 /*! @function configureInterface
1320 virtual bool configureInterface(IONetworkInterface * interface);
H A DIONetworkController.cpp460 // initialization, followed by a call to configureInterface() to configure
507 // configureInterface(), then attach it as our client.
509 if ( !configureInterface(netif) || !netif->attach(this) )
928 bool IONetworkController::configureInterface(IONetworkInterface * interface) function in class:IONetworkController
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1768 // Method: AppleUSBCDCECMData::configureInterface
1778 bool AppleUSBCDCECMData::configureInterface(IONetworkInterface *netif) function in class:AppleUSBCDCECMData
1782 XTRACEP(this, IOThreadSelf(), netif, "configureInterface");
1784 if (super::configureInterface(netif) == false)
1786 ALERT(0, 0, "configureInterface - super failed");
1795 ALERT(0, 0, "configureInterface - Invalid network statistics");
1804 ALERT(0, 0, "configureInterface - Invalid ethernet statistics\n");
1810 }/* end configureInterface */
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1412 // Method: AppleUSBCDCEEM::configureInterface
1422 bool AppleUSBCDCEEM::configureInterface(IONetworkInterface *netif) function in class:AppleUSBCDCEEM
1426 XTRACE(this, 0, 0, "configureInterface");
1428 if (super::configureInterface(netif) == false)
1430 ALERT(0, 0, "configureInterface - super failed");
1439 ALERT(0, 0, "configureInterface - Invalid network statistics");
1448 ALERT(0, 0, "configureInterface - Invalid ethernet statistics\n");
1454 }/* end configureInterface */

Completed in 100 milliseconds