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

/external/iptables/include/
H A Dxtables.h264 struct xtables_target struct
272 struct xtables_target *next;
383 extern struct xtables_target *xtables_targets;
402 extern struct xtables_target *xtables_find_target(const char *name,
408 extern void xtables_register_target(struct xtables_target *me);
409 extern void xtables_register_targets(struct xtables_target *, unsigned int);
478 struct xtables_target *, void *);
481 extern void xtables_option_tfcall(struct xtables_target *);

Completed in 198 milliseconds