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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFltBow-solaris.c868 * @param hVNICMacHandle The handle to the VNIC.
872 LOCAL int vboxNetFltSolarisGetLowerLinkName(mac_handle_t hVNICMacHandle, char *pszLowerLinkName) argument
874 Assert(mac_is_vnic(hVNICMacHandle));
875 mac_handle_t hPhysLinkHandle = mac_get_lower_mac_handle(hVNICMacHandle);

Completed in 263 milliseconds