Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h625 #define IPFW_RULE_NOOPT 0x01 /* Has no options in body */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h625 #define IPFW_RULE_NOOPT 0x01 /* Has no options in body */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c526 krule->flags |= IPFW_RULE_NOOPT; in import_rule0()
611 if ((krule->flags & IPFW_RULE_NOOPT) != 0) in export_rule0()
H A Dip_fw2.c3437 rule->flags |= IPFW_RULE_NOOPT; in vnet_ipfw_init()
/f-stack/tools/ipfw/
H A Dipfw2.c2251 if (co->do_compact != 0 && (rule->flags & IPFW_RULE_NOOPT)) in show_static_rule()
4517 rule->flags |= IPFW_RULE_NOOPT; in compile_rule()