Searched refs:PPA (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c1698 * Set the DLPI style-2 PPA via an attach request, Synchronous.
1703 * @param PPA Physical Point of Attachment (PPA) number.
1705 static int vboxNetFltSolarisAttachReq(ldi_handle_t hDevice, int PPA) argument
1713 pAttachReq->dl_ppa = PPA;
1988 * Opens up the DLPI style 2 link that requires explicit PPA attach
1998 * Strip out PPA from the device name, eg: "ce3".
2011 long PPA = -1; local
2013 && ddi_strtol(pszEnd, NULL, 10, &PPA) == 0)
2026 * Attach the PPA explictl
2072 uint32_t PPA = RTStrToUInt32(pszEnd); local
[all...]

Completed in 1585 milliseconds