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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFltBow-solaris.c1109 const char *pszLinkName = pThis->szName; local
1137 pszLinkName = pVNIC->pVNICTemplate->szLinkName;
1166 * Create the VNIC under 'pszLinkName', which can be the one from the VNIC template or can
1169 rc = vnic_create(pVNIC->szName, pszLinkName, &AddrType, &MacLen, GuestMac.au8, &MacSlot, 0 /* Mac-Prefix Length */, uVLANId,
1189 pVNIC->szName, pszLinkName, &GuestMac));
1210 pszLinkName, rc, Diag));

Completed in 36 milliseconds