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 serve
Note: to view an individual PR, use:
http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).
The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.
S Tracker
Hi,
# sysctl net.inet.icmp
net.inet.icmp.maskrepl: 0
net.inet.icmp.icmplim: 200
net.inet.icmp.bmcastecho: 0
net.inet.icmp.quotelen: 8
net.inet.icmp.reply_from_interface: 0
net.inet.icmp.reply_src:
net.inet.icmp.icmplim_output: 1
net.inet.icmp.log_redirect: 0
net.inet.icmp.drop_redirect: 1
net.inet
Maybe ng_source(4) can help you.
> I need to know how to send packet from the kernel level. Can someone please
> point me to any documentation?
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe