Home
last modified time | relevance | path

Searched refs:lowerTable (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/msdos/
Dndis2.c94 static struct _ProtDispatch lowerTable; variable
626 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 …]