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/freebsd/VBoxNetFlt-freebsd.c

    r28830 r29491  
    745745    return VINF_SUCCESS;
    746746}
     747
     748void vboxNetFltPortOsNotifyMacAddress(PVBOXNETFLTINS pThis, INTNETIFHANDLE hIf, PCRTMAC pMac)
     749{
     750    NOREF(pThis); NOREF(hIf); NOREF(pMac);
     751}
     752
     753int vboxNetFltPortOsConnectInterface(PVBOXNETFLTINS pThis, INTNETIFHANDLE hIf)
     754{
     755    /* Nothing to do */
     756    NOREF(pThis); NOREF(hIf);
     757    return VINF_SUCCESS;
     758}
     759
     760int vboxNetFltPortOsDisconnectInterface(PVBOXNETFLTINS pThis, INTNETIFHANDLE hIf)
     761{
     762    /* Nothing to do */
     763    NOREF(pThis); NOREF(hIf);
     764    return VINF_SUCCESS;
     765}
     766
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