LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   iptables source code problem (https://www.linuxquestions.org/questions/linux-software-2/iptables-source-code-problem-661170/)

Ashkan_s 08-07-2008 09:35 AM

iptables source code problem
 
Hi
I am reading iptables1.4.2 source code. A function header define in internal.h
but I can't find the body (.c) of it.

Code:

extern struct xtables_match *find_match(const char *name, enum xt_tryload,struct xtables_rule_match **match);
please help.

estabroo 08-07-2008 10:02 AM

xtables.c (around line 359)

cscope is great for looking around code

Ashkan_s 08-07-2008 10:11 AM

Thanks so much


All times are GMT -5. The time now is 02:17 AM.