Home
last modified time | relevance | path

Searched refs:FMT_OPTIONS (Results 1 – 10 of 10) sorted by relevance

/third_party/iptables/iptables/
Dnft-shared.h27 #define FMT_OPTIONS 0x0008 macro
34 #define FMT_PRINT_RULE (FMT_NOCOUNTS | FMT_OPTIONS | FMT_VIA \
Dip6tables.c337 if (format & FMT_OPTIONS) in print_header()
415 if (format & FMT_OPTIONS) { in print_firewall()
725 format = FMT_OPTIONS; in list_entries()
Diptables.c327 if (format & FMT_OPTIONS) in print_header()
407 if (format & FMT_OPTIONS) { in print_firewall()
716 format = FMT_OPTIONS; in list_entries()
Dnft-ipv6.c204 if (format & FMT_OPTIONS) { in nft_ipv6_print_rule()
Dnft-ipv4.c258 if (!(format & FMT_OPTIONS)) in print_fragment()
Dxtables-arp.c329 format = FMT_OPTIONS; in list_entries()
Dxtables-eb.c363 format = FMT_OPTIONS | FMT_C_COUNTS; in list_rules()
Dnft-shared.c748 if (format & FMT_OPTIONS) in print_header()
Dxtables.c431 format = FMT_OPTIONS; in list_entries()
/third_party/iptables/include/
Dxtables.h546 #define FMT_OPTIONS 0x0008 macro
555 #define FMT_PRINT_RULE (FMT_NOCOUNTS | FMT_OPTIONS | FMT_VIA \