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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp1043 uint16_t uEthType = RT_N2H_U16(*(uint16_t*)(pHdr+12)); local
1045 cszText, cb, pHdr+6, pHdr, vboxNetLwfWinEthTypeStr(uEthType), uEthType));
1047 if (uEthType == RTNET_ETHERTYPE_VLAN)
1050 uEthType = RT_N2H_U16(*(uint16_t*)(pHdr+2));
1052 vboxNetLwfWinEthTypeStr(uEthType), uEthType));
1056 switch (uEthType)

Completed in 39 milliseconds