阅读:1084回复:4
问题!
在ptreceive中:
// // Fall through if the miniport below us has either not indicated a packet or we could not // allocate one // pAdapt->IndicateRcvComplete = TRUE; switch(pAdapt->Medium) { case。。。 } 既然packet=null,那么headerbuffer,lookaheadbuffer.都应该是 空了,为什么还要在有 case NdisMedium802_3: NdisMEthIndicateReceive break; case NdisMedium802_5: NdisMTrIndicateReceive break; case NdisMediumFddi: NdisMFddiIndicateReceive |
|
|
沙发#
发布于:2002-06-06 09:23
???
|
|
|
板凳#
发布于:2002-06-06 10:18
前面的程序是处理OOB的
|
|
地板#
发布于:2002-06-06 16:39
不是这样的。
??? |
|
|
地下室#
发布于:2002-06-07 10:12
你的理解是错误的,仔细看看DDK的说明吧。 |
|