Home
last modified time | relevance | path

Searched refs:IPFW_DEFAULT_RULE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c773 if (rulenum < IPFW_DEFAULT_RULE - V_autoinc_step) in commit_rules()
804 rule->rulenum = IPFW_DEFAULT_RULE; in ipfw_add_protected_rule()
870 if (rule->rulenum == IPFW_DEFAULT_RULE && in ipfw_match_range()
1022 if (rt->end_rule >= IPFW_DEFAULT_RULE) in delete_range()
1023 rt->end_rule = IPFW_DEFAULT_RULE - 1; in delete_range()
1539 if (num >= IPFW_DEFAULT_RULE) in del_entry()
1697 if (rule->rulenum > IPFW_DEFAULT_RULE - 1) in check_ipfw_rule1()
1730 if (rule->rulenum > IPFW_DEFAULT_RULE - 1) in check_ipfw_rule0()
2446 rnum = IPFW_DEFAULT_RULE; in dump_config()
2448 rnum = (hdr->end_rule < IPFW_DEFAULT_RULE) ? in dump_config()
[all …]
H A Dip_fw2.c190 uint32_t dummy_def = IPFW_DEFAULT_RULE;
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h39 #define IPFW_DEFAULT_RULE 65535 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h39 #define IPFW_DEFAULT_RULE 65535 macro
/f-stack/tools/ipfw/
H A Dipfw2.c2453 (cmd == 2 && rt.start_rule == IPFW_DEFAULT_RULE) ) in ipfw_sets_handler()
2844 fo->last = IPFW_DEFAULT_RULE; in ipfw_show_config()