- Timestamp:
- Aug 15, 2016 7:50:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r62956 r63458 886 886 887 887 888 #if 0 /* unused */ 888 889 /** 889 890 * Checks if the IPv4 address is a broadcast address. … … 896 897 return Addr.u == UINT32_MAX; 897 898 } 899 #endif 898 900 899 901 … … 1032 1034 1033 1035 1036 #if 0 /* unused */ 1037 1034 1038 /** 1035 1039 * Worker for intnetR0IfAddrCacheLookupUnlikely that performs … … 1097 1101 return intnetR0IfAddrCacheInCacheUnlikelySlow(pCache, pAddr, cbAddr); 1098 1102 } 1103 1104 #endif /* unused */ 1099 1105 1100 1106 … … 1213 1219 1214 1220 1221 #if 0 /* unused */ 1222 1215 1223 /** 1216 1224 * Deletes the address from all the interface caches except the specified one. … … 1244 1252 RTSpinlockRelease(pNetwork->hAddrSpinlock); 1245 1253 } 1254 1255 #endif 1246 1256 1247 1257
Note:
See TracChangeset
for help on using the changeset viewer.