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

/vbox/src/VBox/Runtime/common/net/
H A Dnetaddrstr.cpp242 char *pStart = NULL, *pNow = NULL, *pNext = NULL, *pNowChar = NULL, *pIfId = NULL, *pIfIdEnd = NULL; local
457 pIfId = pNow;
470 if (pIfId && (!pIfIdEnd))
472 if (*pIfId == '%' && pIfId == pLast && *pNext != '\0')
475 pIfId = pNext;
482 if (*pNow == '%' && pIfId <= pNow)
599 if (pIfId)
603 pIfId = pNext;
930 interface id in pIfId an
[all...]

Completed in 398 milliseconds