VirtualBox

Changeset 62956 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Aug 4, 2016 7:49:34 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109559
Message:

@copydoc -> @interface_method_impl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r62628 r62956  
    52335233
    52345234
    5235 /** @copydoc INTNETTRUNKSWPORT::pfnSetSGPhys */
     5235/** @interface_method_impl{INTNETTRUNKSWPORT,pfnSetSGPhys} */
    52365236static DECLCALLBACK(bool) intnetR0TrunkIfPortSetSGPhys(PINTNETTRUNKSWPORT pSwitchPort, bool fEnable)
    52375237{
     
    52425242
    52435243
    5244 /** @copydoc INTNETTRUNKSWPORT::pfnReportMacAddress */
     5244/** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportMacAddress} */
    52455245static DECLCALLBACK(void) intnetR0TrunkIfPortReportMacAddress(PINTNETTRUNKSWPORT pSwitchPort, PCRTMAC pMacAddr)
    52465246{
     
    52685268
    52695269
    5270 /** @copydoc INTNETTRUNKSWPORT::pfnReportPromiscuousMode */
     5270/** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportPromiscuousMode} */
    52715271static DECLCALLBACK(void) intnetR0TrunkIfPortReportPromiscuousMode(PINTNETTRUNKSWPORT pSwitchPort, bool fPromiscuous)
    52725272{
     
    52945294
    52955295
    5296 /** @copydoc INTNETTRUNKSWPORT::pfnReportGsoCapabilities */
     5296/** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportGsoCapabilities} */
    52975297static DECLCALLBACK(void) intnetR0TrunkIfPortReportGsoCapabilities(PINTNETTRUNKSWPORT pSwitchPort,
    52985298                                                                   uint32_t fGsoCapabilities, uint32_t fDst)
     
    53135313
    53145314
    5315 /** @copydoc INTNETTRUNKSWPORT::pfnReportNoPreemptDsts */
     5315/** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportNoPreemptDsts} */
    53165316static DECLCALLBACK(void) intnetR0TrunkIfPortReportNoPreemptDsts(PINTNETTRUNKSWPORT pSwitchPort, uint32_t fNoPreemptDsts)
    53175317{
     
    53235323
    53245324
    5325 /** @copydoc INTNETTRUNKSWPORT::pfnDisconnect */
     5325/** @interface_method_impl{INTNETTRUNKSWPORT,pfnDisconnect} */
    53265326static DECLCALLBACK(void) intnetR0TrunkIfPortDisconnect(PINTNETTRUNKSWPORT pSwitchPort, PINTNETTRUNKIFPORT pIfPort,
    53275327                                                        PFNINTNETTRUNKIFPORTRELEASEBUSY pfnReleaseBusy)
     
    53825382
    53835383
    5384 /** @copydoc INTNETTRUNKSWPORT::pfnPreRecv */
     5384/** @interface_method_impl{INTNETTRUNKSWPORT,pfnPreRecv} */
    53855385static DECLCALLBACK(INTNETSWDECISION) intnetR0TrunkIfPortPreRecv(PINTNETTRUNKSWPORT pSwitchPort,
    53865386                                                                 void const *pvSrc, size_t cbSrc, uint32_t fSrc)
     
    54245424
    54255425
    5426 /** @copydoc INTNETTRUNKSWPORT::pfnRecv */
     5426/** @interface_method_impl{INTNETTRUNKSWPORT,pfnRecv} */
    54275427static DECLCALLBACK(bool) intnetR0TrunkIfPortRecv(PINTNETTRUNKSWPORT pSwitchPort, void *pvIf, PINTNETSG pSG, uint32_t fSrc)
    54285428{
     
    55405540
    55415541
    5542 /** @copydoc INTNETTRUNKSWPORT::pfnSGRetain */
     5542/** @interface_method_impl{INTNETTRUNKSWPORT,pfnSGRetain} */
    55435543static DECLCALLBACK(void) intnetR0TrunkIfPortSGRetain(PINTNETTRUNKSWPORT pSwitchPort, PINTNETSG pSG)
    55445544{
     
    55575557
    55585558
    5559 /** @copydoc INTNETTRUNKSWPORT::pfnSGRelease */
     5559/** @interface_method_impl{INTNETTRUNKSWPORT,pfnSGRelease} */
    55605560static DECLCALLBACK(void) intnetR0TrunkIfPortSGRelease(PINTNETTRUNKSWPORT pSwitchPort, PINTNETSG pSG)
    55615561{
     
    55795579
    55805580
    5581 /** @copydoc INTNETTRUNKSWPORT::pfnNotifyHostAddress */
     5581/** @interface_method_impl{INTNETTRUNKSWPORT,pfnNotifyHostAddress} */
    55825582static DECLCALLBACK(void) intnetR0NetworkNotifyHostAddress(PINTNETTRUNKSWPORT pSwitchPort,
    55835583                                                           bool fAdded,
Note: See TracChangeset for help on using the changeset viewer.

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