On Sun, 29 Aug 2010, Sadish Kulasekere wrote:

I need to know how to send packet from the kernel level. Can someone please point me to any documentation?

Hi Sadish:

Take a look at the socket(9) man page, which is the KPI used by in-kernel consumers of sockets such as the NFS client and server, smbfs (via netsmb), ncpfs (via netncp), etc. This is very close to the socket(2) system call API, but non-identical, so give a ping if you have any questions.

Robert
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to