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

/external/iptables/iptables/
H A Dip6tables.c545 const char *targname,
554 if (!ip6tc_is_chain(targname, handle))
555 target = xtables_find_target(targname, XTF_TRY_LOAD);
571 printf(FMT("%-9s ", "%s "), targname);
544 print_firewall(const struct ip6t_entry *fw, const char *targname, unsigned int num, unsigned int format, struct ip6tc_handle *const handle) argument
H A Diptables.c550 const char *targname,
560 if (!iptc_is_chain(targname, handle))
561 target = xtables_find_target(targname, XTF_TRY_LOAD);
578 printf(FMT("%-9s ", "%s "), targname);
549 print_firewall(const struct ipt_entry *fw, const char *targname, unsigned int num, unsigned int format, struct iptc_handle *const handle) argument

Completed in 130 milliseconds