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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFltBow-solaris.c231 mac_unicast_handle_t hUnicast; member in struct:VBOXNETFLTVNIC
1002 pVNIC->hUnicast = NULL;
1036 if (pVNIC->hUnicast)
1038 mac_unicast_remove(pVNIC->hClient, pVNIC->hUnicast);
1039 pVNIC->hUnicast = NULL;
1504 if (pVNIC->hUnicast)
1507 mac_unicast_remove(pVNIC->hClient, pVNIC->hUnicast);
1508 pVNIC->hUnicast = NULL;
1521 rc = mac_unicast_add(pVNIC->hClient, NULL, MAC_UNICAST_PRIMARY, &pVNIC->hUnicast, 0 /* VLAN Id */, &MacDiag);
1540 mac_unicast_remove(pVNIC->hClient, pVNIC->hUnicast);
[all...]

Completed in 1560 milliseconds