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.