Searched defs:pszLinkLocalPrefix (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
263 pszLinkLocalPrefix = &szLinkLocalPrefix[6];
760 if (*pTo != *pszLinkLocalPrefix && *pTo != *(pszLinkLocalPrefix + 1))
765 pszLinkLocalPrefix = pszLinkLocalPrefix - 2;

Completed in 1529 milliseconds