Changeset 43220 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Sep 6, 2012 10:13:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/RTStrIPv6.cpp
r43215 r43220 1221 1221 RTDECL(bool) RTNetIsIPv6AddrStr(const char *pszAddress) 1222 1222 { 1223 return rtNetIpv6CheckAddrStr(pszAddress, NULL, 0, true, true) ;1223 return rtNetIpv6CheckAddrStr(pszAddress, NULL, 0, true, true) >= 0; 1224 1224 } 1225 1225 RT_EXPORT_SYMBOL(RTNetIsIPv6AddrStr);
Note:
See TracChangeset
for help on using the changeset viewer.