Hello,
I want to develope a (device) driver interfacing TCP/IP
modules in kernel.
Because it is a driver in kernel, it can not use the socket system call
provided by OS.
How can i find the interface with TCP/IP module, so
my driver can access the TCP/IP services throught this interface.
Thanks in advance.