Searched defs:rtStrParseAddrStr6 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/net/ |
H A D | netaddrstr.cpp | 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) function 1172 rc = rtStrParseAddrStr6(psz, strlen(psz), pszAddressOutLocal, memAllocMaxSize, NULL, pszIfIdOutLocal, memAllocMaxSize, NULL, NULL, followRfc);
|
Completed in 43 milliseconds