phone-boy
驱动牛犊
驱动牛犊
  • 注册日期2002-11-27
  • 最后登录2004-06-03
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1181回复:3

关于win2000ddk的请教

楼主#
更多 发布于:2003-03-12 10:03
哪位大虾研究过win2000ddk\\src\\network\\ndis\\atmsample\\driver里面的例程啊?这里面好像是生成一个client的相关程序吗?这里面几个文件的逻辑关系是什么阿?那位指点一下阿,代小弟开开窍
mikeluo
驱动老牛
驱动老牛
  • 注册日期2001-09-04
  • 最后登录2007-05-07
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2003-03-12 10:09
那里面不是有说明的么?

Adapter.c Adapter structure related routines
Atmsmdbg.c Memory management in debug build
Atmsmdrv.c Driver entry and initialization routines
Callmgr.c Interface to the call manager
Globals.c Global data for the driver
Ioctl.c Io Control Interface with the user mode
Misc.c ReferenceVc, DereferenceVc, DisconnectVc, etc.
Request.c NDIS request routines
Sendrecv.c Packet send and receive related routines
Netatmsm.inf Installation file

学而不思则罔,思而不学则殆 学而思之,思而学之,岂非圣人乎?
mikeluo
驱动老牛
驱动老牛
  • 注册日期2001-09-04
  • 最后登录2007-05-07
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2003-03-12 10:10
This sample demonstrates a connection-oriented NDIS 5.0 client. It shows how to establish and tear down a point-to-point or point-to-multipoint connection over ATM. A user mode application is provided, and will allow you to do the following with the driver:

1. Establish connection to remote (or local) machines. (P-P or PMP)
2. Send data over the established connection.
3. Receive all data to our SAP from the local adapter.
4. Tear down a connection that was previously established.
The sample works on both x86 and Alpha platforms and is 64-bit compliant. Both checked and free builds are available.
学而不思则罔,思而不学则殆 学而思之,思而学之,岂非圣人乎?
phone-boy
驱动牛犊
驱动牛犊
  • 注册日期2002-11-27
  • 最后登录2004-06-03
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地板#
发布于:2003-03-12 22:28
你说得对,我也看了那个说明。我关键是不明白这些文件之间的逻辑关系。目的是借这个问题搞清楚怎么构件一个atm的驱动(atm网卡我已经做好了)。我希望他的 上面是tcp/ip ,这怎么做?在那个文件改动?还有,这些文件是生成client的,那么根据ddk的概念,我是不是还要生成一个call manager ?怎么生成?
  ip over atm的概念需要imd.我研究过pathssru。可是那个是对无连接下边界的。怎么把它和上面提到的那些程序结合呢?
  各位大虾,综上就是我目前的困扰
游客

返回顶部