Searched refs:FMT_PRINT_RULE (Results 1 – 6 of 6) sorted by relevance
/external/iptables/iptables/ |
D | nft-shared.h | 34 #define FMT_PRINT_RULE (FMT_NOCOUNTS | FMT_OPTIONS | FMT_VIA \ macro
|
D | nft.c | 1473 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_append() 2139 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_check() 2168 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_delete() 2202 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_add()
|
D | ip6tables.c | 463 print_firewall(fw, t->u.user.name, 0, FMT_PRINT_RULE, h); in print_firewall_line()
|
D | iptables.c | 454 print_firewall(fw, t->u.user.name, 0, FMT_PRINT_RULE, h); in print_firewall_line()
|
/external/iproute2/include/ |
D | xtables.h | 501 #define FMT_PRINT_RULE (FMT_NOCOUNTS | FMT_OPTIONS | FMT_VIA \ macro
|
/external/iptables/include/ |
D | xtables.h | 555 #define FMT_PRINT_RULE (FMT_NOCOUNTS | FMT_OPTIONS | FMT_VIA \ macro
|