pf.c entrypoint

Ilya Bobir ilya at po4ta.com
Wed Apr 11 06:46:02 UTC 2007


arjun badarinath wrote:
> Hey all ,
>              I need a help in the paket filtering (pf.c) . I'm trying to
> build somethign on this and i need to mention the entrypoint in the make
> file
> So can anyone tell me where exactly the entry point is .
>
> Thanks and Regards
> Arjun 

pf is a kernel module.  In /usr/src/sys/contrib/pf/net/pf_ioctl.c you 
can find a module definition, at the bottom of the file.  pf_modevent is 
defined to be a module event handling function.


More information about the freebsd-ipfw mailing list