OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txBufDescrRec
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/msdos/
ndis2.c
497
txBufDescr.
txBufDescrRec
[0].txPtrType = NDIS_PTR_PHYSICAL;
498
txBufDescr.
txBufDescrRec
[0].dummy = 0;
499
txBufDescr.
txBufDescrRec
[0].txDataLen = pktBuf->packetLength;
500
txBufDescr.
txBufDescrRec
[0].txDataPtr = pktBuf->buffer;
ndis2.h
387
}
TxBufDescrRec
;
394
TxBufDescrRec
txBufDescrRec
[NDIS_TX_BUF_LENGTH];
Completed in 92 milliseconds