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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp1162 char *pszIfIdOutLocal = (char *)RTMemTmpAlloc(memAllocMaxSize); local
1165 if (!pszAddressOutLocal || !pszIfIdOutLocal || !pszAddressRfcOutLocal)
1169 memset(pszIfIdOutLocal, '\0', memAllocMaxSize);
1172 rc = rtStrParseAddrStr6(psz, strlen(psz), pszAddressOutLocal, memAllocMaxSize, NULL, pszIfIdOutLocal, memAllocMaxSize, NULL, NULL, followRfc);
1187 if (!returnValue && strlen(pszIfIdOutLocal) > 0) // the if identifier is copied over _ALWAYS_ && !addressOnly)
1195 pl = (char *)memcpy(p, pszIfIdOutLocal, strlen(pszIfIdOutLocal));
1218 if (pszIfIdOutLocal)
1219 RTMemTmpFree(pszIfIdOutLocal);

Completed in 48 milliseconds