Home
last modified time | relevance | path

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

/external/libpcap/msdos/
Dndis2.c351 struct _TDBufDescr tDBufDescr; in CALLBACK() local
375 tDBufDescr.tDDataCount = 1; in CALLBACK()
376 tDBufDescr.tDBufDescrRec[0].tDPtrType = NDIS_PTR_PHYSICAL; in CALLBACK()
377 tDBufDescr.tDBufDescrRec[0].tDDataPtr = pktBuf->buffer; in CALLBACK()
378 tDBufDescr.tDBufDescrRec[0].tDDataLen = pktBuf->length; in CALLBACK()
379 tDBufDescr.tDBufDescrRec[0].dummy = 0; in CALLBACK()
381 result = MAC_DISPATCH(handle)->transferData (&bytesCopied, 0, &tDBufDescr, in CALLBACK()