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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp260 DECLINLINE(void) vboxNetLwfWinDumpEncapsulation(const char *pcszText, ULONG uEncapsulation) argument
262 if (uEncapsulation == NDIS_ENCAPSULATION_NOT_SUPPORTED)
267 if (uEncapsulation & NDIS_ENCAPSULATION_NULL)
269 if (uEncapsulation & NDIS_ENCAPSULATION_IEEE_802_3)
271 if (uEncapsulation & NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q)
273 if (uEncapsulation & NDIS_ENCAPSULATION_IEEE_802_3_P_AND_Q_IN_OOB)
275 if (uEncapsulation & NDIS_ENCAPSULATION_IEEE_LLC_SNAP_ROUTED)

Completed in 51 milliseconds