Changeset 17690 in vbox
- Timestamp:
- Mar 11, 2009 12:43:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/netif.h
r17688 r17690 104 104 DECLINLINE(ULONG) composeIPv6PrefixLenghFromAddress(PRTNETADDRIPV6 aAddrPtr) 105 105 { 106 return ASMBitFirstClear(aAddrPtr, sizeof(RTNETADDRIPV6) );106 return ASMBitFirstClear(aAddrPtr, sizeof(RTNETADDRIPV6)*8); 107 107 } 108 108
Note:
See TracChangeset
for help on using the changeset viewer.