Searched defs:xtables_target (Results 1 - 1 of 1) sorted by relevance

/external/iptables/include/
H A Dxtables.h283 struct xtables_target struct
291 struct xtables_target *next;
414 extern struct xtables_target *xtables_targets;
433 extern struct xtables_target *xtables_find_target(const char *name,
441 extern void xtables_register_target(struct xtables_target *me);
442 extern void xtables_register_targets(struct xtables_target *, unsigned int);
535 struct xtables_target *, void *);
538 extern void xtables_option_tfcall(struct xtables_target *);

Completed in 69 milliseconds