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

/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp189 char szNICInstance[128]; local
190 RTStrPrintf(szNICInstance, sizeof(szNICInstance), "%s%d", pszIface, Instance);
196 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - %s", szNICInstance, Description.c_str());
197 else if (!strncmp(szNICInstance, RT_STR_TUPLE(VBOXBOW_VNIC_TEMPLATE_NAME)))
204 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - %s", szNICInstance, Description.c_str());
207 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - Ethernet", szNICInstance);
210 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s", szNICInstance);
221 RTStrCopy(IfReq.lifr_name, sizeof(IfReq.lifr_name), szNICInstance);
260 RTStrCopy(IfReq.lifr_name, sizeof(IfReq.lifr_name), szNICInstance);
[all...]

Completed in 283 milliseconds