socket notification

Does a NIC driver know whether an application has opened/closed a socket? If
yes, which entry point in the driver gets called.

I need my NIC driver to notify another application that a open/close socket
call was Rx. How can I go about doing this.

Thanks
Daniel


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

> Does a NIC driver know whether an application has opened/closed a socket?
If

yes, which entry point in the driver gets called.

I need my NIC driver to notify another application that a open/close
socket
call was Rx. How can I go about doing this.

I don’t think is it possible. “Does a disk driver knows when the app opens a
file?” - the same question, the answer is “no” again.

Max


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