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

/vbox/src/VBox/Main/include/
H A Dnetif.h154 const char *pszIfName = strTmp.c_str(); local
156 size_t iPos = strcspn(pszIfName, "0123456789");
157 if (pszIfName[iPos])
158 iInstance = RTStrToUInt32(pszIfName + iPos);

Completed in 42 milliseconds