using network from a dd

How can I send/receive data on the network from a device driver? Anyone has some docs about it ?

Thanks
Matteo


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

YOu need to look at the TDI interface. check out www.pcausa.com
http: for an example of TDI code.

Mark J. Cariddi
Consulting Associate
Open Systems Resources, Inc.
http://www.osr.com/

-----Original Message-----
From: Matteo Pelati [mailto:xxxxx@dolce.it]
Sent: Thursday, January 25, 2001 7:10 AM
To: NT Developers Interest List
Subject: [ntdev] using network from a dd

How can I send/receive data on the network from a device driver? Anyone has
some docs about it ?

Thanks
Matteo

You are currently subscribed to ntdev as: xxxxx@osr.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com</http:>

You’ll need to use TDI. There are some chapters about it in DDK but they
are not very clear until you’ll see some source. OSR’s site has some UDP
TDI sample. You can try to search the net to find TCP sample or license it
from someone.

Regards,
Anton


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

If you want to use TCP/IP - use TDI.
If you want to use the raw Ethernet - you must design the lower end of your driver as NDIS protocol driver.
----- Original Message -----
From: Matteo Pelati
To: NT Developers Interest List
Sent: Thursday, January 25, 2001 3:10 PM
Subject: [ntdev] using network from a dd

How can I send/receive data on the network from a device driver? Anyone has some docs about it ?

Thanks
Matteo

You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com