Changeset 62956 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 4, 2016 7:49:34 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r62628 r62956 5233 5233 5234 5234 5235 /** @ copydoc INTNETTRUNKSWPORT::pfnSetSGPhys*/5235 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnSetSGPhys} */ 5236 5236 static DECLCALLBACK(bool) intnetR0TrunkIfPortSetSGPhys(PINTNETTRUNKSWPORT pSwitchPort, bool fEnable) 5237 5237 { … … 5242 5242 5243 5243 5244 /** @ copydoc INTNETTRUNKSWPORT::pfnReportMacAddress*/5244 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportMacAddress} */ 5245 5245 static DECLCALLBACK(void) intnetR0TrunkIfPortReportMacAddress(PINTNETTRUNKSWPORT pSwitchPort, PCRTMAC pMacAddr) 5246 5246 { … … 5268 5268 5269 5269 5270 /** @ copydoc INTNETTRUNKSWPORT::pfnReportPromiscuousMode*/5270 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportPromiscuousMode} */ 5271 5271 static DECLCALLBACK(void) intnetR0TrunkIfPortReportPromiscuousMode(PINTNETTRUNKSWPORT pSwitchPort, bool fPromiscuous) 5272 5272 { … … 5294 5294 5295 5295 5296 /** @ copydoc INTNETTRUNKSWPORT::pfnReportGsoCapabilities*/5296 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportGsoCapabilities} */ 5297 5297 static DECLCALLBACK(void) intnetR0TrunkIfPortReportGsoCapabilities(PINTNETTRUNKSWPORT pSwitchPort, 5298 5298 uint32_t fGsoCapabilities, uint32_t fDst) … … 5313 5313 5314 5314 5315 /** @ copydoc INTNETTRUNKSWPORT::pfnReportNoPreemptDsts*/5315 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnReportNoPreemptDsts} */ 5316 5316 static DECLCALLBACK(void) intnetR0TrunkIfPortReportNoPreemptDsts(PINTNETTRUNKSWPORT pSwitchPort, uint32_t fNoPreemptDsts) 5317 5317 { … … 5323 5323 5324 5324 5325 /** @ copydoc INTNETTRUNKSWPORT::pfnDisconnect*/5325 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnDisconnect} */ 5326 5326 static DECLCALLBACK(void) intnetR0TrunkIfPortDisconnect(PINTNETTRUNKSWPORT pSwitchPort, PINTNETTRUNKIFPORT pIfPort, 5327 5327 PFNINTNETTRUNKIFPORTRELEASEBUSY pfnReleaseBusy) … … 5382 5382 5383 5383 5384 /** @ copydoc INTNETTRUNKSWPORT::pfnPreRecv*/5384 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnPreRecv} */ 5385 5385 static DECLCALLBACK(INTNETSWDECISION) intnetR0TrunkIfPortPreRecv(PINTNETTRUNKSWPORT pSwitchPort, 5386 5386 void const *pvSrc, size_t cbSrc, uint32_t fSrc) … … 5424 5424 5425 5425 5426 /** @ copydoc INTNETTRUNKSWPORT::pfnRecv*/5426 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnRecv} */ 5427 5427 static DECLCALLBACK(bool) intnetR0TrunkIfPortRecv(PINTNETTRUNKSWPORT pSwitchPort, void *pvIf, PINTNETSG pSG, uint32_t fSrc) 5428 5428 { … … 5540 5540 5541 5541 5542 /** @ copydoc INTNETTRUNKSWPORT::pfnSGRetain*/5542 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnSGRetain} */ 5543 5543 static DECLCALLBACK(void) intnetR0TrunkIfPortSGRetain(PINTNETTRUNKSWPORT pSwitchPort, PINTNETSG pSG) 5544 5544 { … … 5557 5557 5558 5558 5559 /** @ copydoc INTNETTRUNKSWPORT::pfnSGRelease*/5559 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnSGRelease} */ 5560 5560 static DECLCALLBACK(void) intnetR0TrunkIfPortSGRelease(PINTNETTRUNKSWPORT pSwitchPort, PINTNETSG pSG) 5561 5561 { … … 5579 5579 5580 5580 5581 /** @ copydoc INTNETTRUNKSWPORT::pfnNotifyHostAddress*/5581 /** @interface_method_impl{INTNETTRUNKSWPORT,pfnNotifyHostAddress} */ 5582 5582 static DECLCALLBACK(void) intnetR0NetworkNotifyHostAddress(PINTNETTRUNKSWPORT pSwitchPort, 5583 5583 bool fAdded,
Note:
See TracChangeset
for help on using the changeset viewer.