Searched refs:IONetworkStack (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkStack.h41 class IONetworkStack : public IOService class in inherits:IOService
43 OSDeclareFinalStructors( IONetworkStack )
H A DIONetworkStack.cpp23 * IONetworkStack.cpp - An IOKit proxy for the BSD networking stack.
27 * IONetworkStack abstracts essential network stack services. These
31 * Only a single IONetworkStack object is instantiated. This object will
52 #include "IONetworkStack.h"
56 OSDefineMetaClassAndFinalStructors( IONetworkStack, IOService )
73 static IONetworkStack * gIONetworkStack = 0;
95 IONetworkStack * _provider;
110 bool IONetworkStack::start( IOService * provider )
116 DLOG("IONetworkStack::start(%p) %p\n", provider, this);
118 // Only a single IONetworkStack objec
[all...]
H A DIONetworkInterface.h185 class IONetworkStack;
323 friend class IONetworkStack;
562 by <code>IONetworkStack</code>, otherwise the default handler will be used.
579 assigned by <code>IONetworkStack</code>. A concrete interface subclass must
637 unit number assigned by <code>IONetworkStack</code>.
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c90 #include <IOKit/network/IONetworkStack.h>
98 // from <IOKit/network/IONetworkStack.h>
122 * "IONetworkStack" connect object used to "name" an interface.
176 * the availability of the "IONetworkStack" object.
195 * time to wait for the IONetworkStack object to appear before timeout
198 * time to wait for the IOKit to quiesce (after the IONetworkStack is
1814 // if we don't have the "IONetworkStack" connect object
2104 * Get a reference to the single IONetworkStack object instance in
2131 CFSTR(MY_PLUGIN_NAME ": IONetworkStack found"));
2139 // With the IONetworkStack objec
[all...]

Completed in 150 milliseconds