Changeset 29160 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 6, 2010 2:55:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r28871 r29160 2931 2931 * address of the link layer one (when sharing MAC address on the wire). 2932 2932 * 2933 * This function is only used for frames com ming from the wire (trunk).2933 * This function is only used for frames coming from the wire (trunk). 2934 2934 * 2935 2935 * @returns true if it's addressed to someone on the network, otherwise false. … … 2993 2993 Log6(("intnetshareduni: ARP\n")); 2994 2994 /** @todo revisit this broadcasting of unicast ARP frames! */ 2995 return intnetR0NetworkS witchBroadcast(pNetwork, INTNETTRUNKDIR_WIRE, NULL, pDstTab);2995 return intnetR0NetworkSharedMacFixAndSwitchBroadcast(pNetwork, INTNETTRUNKDIR_WIRE, NULL, pSG, pEthHdr, pDstTab); 2996 2996 2997 2997 /*
Note:
See TracChangeset
for help on using the changeset viewer.