Searched refs:lowerTable (Results 1 – 1 of 1) sorted by relevance
94 static struct _ProtDispatch lowerTable; variable626 common.lowerDispatchTable = (BYTE*) &lowerTable; in NdisRegisterAndBind()632 lowerTable.backPointer = &common; in NdisRegisterAndBind()633 lowerTable.requestConfirm = requestConfirmGlue; in NdisRegisterAndBind()634 lowerTable.transmitConfirm = transmitConfirmGlue; in NdisRegisterAndBind()635 lowerTable.receiveLookahead = receiveLookaheadGlue; in NdisRegisterAndBind()636 lowerTable.indicationComplete = indicationCompleteGlue; in NdisRegisterAndBind()637 lowerTable.receiveChain = receiveChainGlue; in NdisRegisterAndBind()638 lowerTable.status = statusGlue; in NdisRegisterAndBind()639 lowerTable.flags = 3; in NdisRegisterAndBind()[all …]