Searched defs:rulenum (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c394 unsigned int rulenum; local
709 replace_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *smask, const struct in6_addr *daddr, const struct in6_addr *dmask, int verbose, struct ip6tc_handle *handle) argument
728 insert_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct ip6tc_handle *handle) argument
930 list_entries(const ip6t_chainlabel chain, int rulenum, int verbose, int numeric, int expanded, int linenumbers, struct ip6tc_handle *handle) argument
1172 list_rules(const ip6t_chainlabel chain, int rulenum, int counters, struct ip6tc_handle *handle) argument
1343 unsigned int rulenum = 0, command = 0; local
[all...]
H A Diptables.c399 unsigned int rulenum; local
714 replace_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *smask, const struct in_addr *daddr, const struct in_addr *dmask, int verbose, struct iptc_handle *handle) argument
733 insert_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle) argument
935 list_entries(const ipt_chainlabel chain, int rulenum, int verbose, int numeric, int expanded, int linenumbers, struct iptc_handle *handle) argument
1183 list_rules(const ipt_chainlabel chain, int rulenum, int counters, struct iptc_handle *handle) argument
1373 unsigned int rulenum = 0, command = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c656 iptcc_get_rule_num(struct chain_head *c, unsigned int rulenum) argument
671 iptcc_get_rule_num_reverse(struct chain_head *c, unsigned int rulenum) argument
1740 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1799 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
2046 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2140 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2164 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2193 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c928 unsigned int rulenum; local
1486 replace_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *daddr, int verbose, ip6tc_handle_t *handle) argument
1503 insert_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in6_addr saddrs[], unsigned int ndaddrs, const struct in6_addr daddrs[], int verbose, ip6tc_handle_t *handle) argument
1868 unsigned int rulenum = 0, options = 0, command = 0; local
[all...]
H A Diptables.c896 unsigned int rulenum; local
1550 replace_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *daddr, int verbose, iptc_handle_t *handle) argument
1567 insert_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in_addr saddrs[], unsigned int ndaddrs, const struct in_addr daddrs[], int verbose, iptc_handle_t *handle) argument
1947 unsigned int rulenum = 0, options = 0, command = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c277 iptcc_get_rule_num(struct chain_head *c, unsigned int rulenum) argument
292 iptcc_get_rule_num_reverse(struct chain_head *c, unsigned int rulenum) argument
1256 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, TC_HANDLE_T *handle) argument
1315 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, TC_HANDLE_T *handle) argument
1545 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, TC_HANDLE_T *handle) argument
1651 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, TC_HANDLE_T *handle) argument
1675 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, TC_HANDLE_T *handle) argument
1704 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, TC_HANDLE_T *handle) argument
[all...]

Completed in 210 milliseconds