Searched defs:EtherIfService (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1469 io_object_t EtherIfService; local
1470 while ((EtherIfService = IOIteratorNext(EtherIfServices)) != 0)
1476 kern_return_t krc = IORegistryEntryGetParentEntry(EtherIfService, kIOServicePlane, &EtherNICService);
1477 /*krc = IORegistryEntryGetChildEntry(EtherNICService, kIOServicePlane, &EtherIfService); */
1490 krc = IORegistryEntryCreateCFProperties(EtherIfService, &IfPropsRef, kCFAllocatorDefault, kNilOptions);
1681 IOObjectRelease(EtherIfService);

Completed in 116 milliseconds