Searched refs:invertstr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-save.c79 const char *invertstr = invert ? "! " : ""; local
84 invertstr, pent->p_name);
91 invertstr, chain_protos[i].name);
95 printf("-p %s%u ", invertstr, proto);
H A Diptables-save.c85 const char *invertstr = invert ? "! " : ""; local
89 printf("-p %s%s ", invertstr, pent->p_name);
96 invertstr, chain_protos[i].name);
100 printf("-p %s%u ", invertstr, proto);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c1016 const char *invertstr = invert ? " !" : ""; local
1021 invertstr, pent->p_name);
1028 invertstr, xtables_chain_protos[i].name);
1032 printf("%s -p %u", invertstr, proto);
H A Diptables.c994 const char *invertstr = invert ? " !" : ""; local
998 printf("%s -p %s", invertstr, pent->p_name);
1005 invertstr, xtables_chain_protos[i].name);
1009 printf("%s -p %u", invertstr, proto);

Completed in 58 milliseconds