Date: Wed, 06 Mar 2002 19:21:52 +0530 From: "Rajesh P Jain" <rpjain_1977@eudoramail.com> To: freebsd-hackers@freebsd.org Subject: BPF - Locally Generated Packet Reception Message-ID: <KNPOODENFODDCAAA@shared1-mail.whowhere.com>
next in thread | raw e-mail | index | archive | help
Hi, In the BPF - Berkeley Packet Filter, when a file descriptor is associated to an interface to send and receive packets, there is an ioctl parameter "BIOCSSEESENT", which is by default set to 1. Hence the packets both from "remote systems" and "locally generated" are received. If "locally generated" packets needs to be filtered, we can use the option "BIOCSSEESENT" and set the value to 0. But even after setting this value to 0 (using the ioctl call), the "locally generated" packets are received. Am I missing something ? Plese throw light on this issue. TIA Raj Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?KNPOODENFODDCAAA>