Searched refs:optpfx (Results 1 – 1 of 1) sorted by relevance
/external/iptables/extensions/ |
D | libxt_conntrack.c | 694 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx) in matchinfo_print() argument 701 printf(" %sctstate", optpfx); in matchinfo_print() 708 printf(" %sctproto", optpfx); in matchinfo_print() 715 printf(" %sctorigsrc", optpfx); in matchinfo_print() 727 printf(" %sctorigdst", optpfx); in matchinfo_print() 739 printf(" %sctreplsrc", optpfx); in matchinfo_print() 751 printf(" %sctrepldst", optpfx); in matchinfo_print() 763 printf(" %sctstatus", optpfx); in matchinfo_print() 770 printf(" %sctexpire ", optpfx); in matchinfo_print() 780 printf(" %sctdir REPLY", optpfx); in matchinfo_print() [all …]
|