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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp172 * "followRfc" which is true by default. This is what this bool does:
222 * @param followRfc if set to true, the function follows RFC (default)
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
265 if (!followRfc)
516 if (followRfc)
650 if (pGap && followRfc)
711 if (followRfc)
802 if (followRfc)
891 if (followRfc)
1042 DECLHIDDEN(int) rtStrToIpAddr6Str(const char *psz, char *pszAddrOut, size_t addrOutSize, char *pszPortOut, size_t portOutSize, bool followRfc) argument
1151 rtNetIpv6CheckAddrStr(const char *psz, char *pszResultAddress, size_t resultAddressSize, bool addressOnly, bool followRfc) argument
[all...]

Completed in 1444 milliseconds