Changeset 61830 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jun 22, 2016 8:54:20 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.h
r60142 r61830 530 530 DECLINLINE(bool) slirpIsWideCasting(PNATState pData, uint32_t u32Addr) 531 531 { 532 bool fWideCasting = false;532 bool fWideCasting; 533 533 LogFlowFunc(("Enter: u32Addr:%RTnaipv4\n", u32Addr)); 534 534 fWideCasting = ( u32Addr == INADDR_BROADCAST
Note:
See TracChangeset
for help on using the changeset viewer.