VirtualBox

Ignore:
Timestamp:
May 14, 2010 5:46:22 PM (15 years ago)
Author:
vboxsync
Message:

IntNet: added MAC address notification and connect/disconnect interface callbacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r28830 r29491  
    17651765}
    17661766
     1767
     1768void vboxNetFltPortOsNotifyMacAddress(PVBOXNETFLTINS pThis, INTNETIFHANDLE hIf, PCRTMAC pMac)
     1769{
     1770    NOREF(pThis); NOREF(hIf); NOREF(pMac);
     1771}
     1772
     1773
     1774int vboxNetFltPortOsConnectInterface(PVBOXNETFLTINS pThis, INTNETIFHANDLE hIf)
     1775{
     1776    /* Nothing to do */
     1777    NOREF(pThis); NOREF(hIf);
     1778    return VINF_SUCCESS;
     1779}
     1780
     1781
     1782int vboxNetFltPortOsDisconnectInterface(PVBOXNETFLTINS pThis, INTNETIFHANDLE hIf)
     1783{
     1784    /* Nothing to do */
     1785    NOREF(pThis); NOREF(hIf);
     1786    return VINF_SUCCESS;
     1787}
     1788
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette