Results 1 to 1 of 1
Hi All,
I am Ram. Iam new to device driver development . I need some help ..
I have Network (kernel side) device driver which has all the function for ...
- 05-14-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 1
Accessing Network driver functions
Hi All,
I am Ram. Iam new to device driver development . I need some help ..
I have Network (kernel side) device driver which has all the function for open,close,transmit,ioctl and all other functions which the net structure supports.
I want to access these functions without using the socket,bind functions of TCP protocol. I want to access them with my own functions from another c program of user applications. can any one know how we can do this.
Always Urs,
Ram.


Reply With Quote