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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp213 * @param pszAddressOut Returns a plain, full blown IPv6 address
215 * @param addressOutSize The size of pszAddressOut (length)
224 static int rtStrParseAddrStr6(const char *pszAddress, size_t addressLength, char *pszAddressOut, size_t addressOutSize, uint32_t *pPortOut, char *pszIfIdOut, size_t ifIdOutSize, bool *pBrackets, bool *pEmbeddedV4, bool followRfc) argument
936 if (!returnValue && pszAddressOut)
941 pszRc = (char *)memset(pszAddressOut, '\0', addressOutSize);
948 pszRc = (char *)memcpy(pszAddressOut, pszInternalAddressStart, strlen(pszInternalAddressStart));

Completed in 171 milliseconds