Searched defs:pszIpV6AddressChars (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp233 const char *pszIpV6AddressChars = NULL, *pszIpV4AddressChars = NULL, *pszLinkLocalPrefix = NULL; local
262 pszIpV6AddressChars = &szIpV6AddressChars[6];
266 pszIpV6AddressChars = &szIpV6AddressChars[0];
317 pNowChar = (char *)memchr(pszIpV6AddressChars, *pNow, strlen(pszIpV6AddressChars));
318 pNowDigit = (char *)memchr(pszIpV6AddressChars, *pNow, strlen(pszIpV6AddressChars) - 5);

Completed in 33 milliseconds