Home
last modified time | relevance | path

Searched refs:IPFW_CFG_GET_STATES (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h1042 #define IPFW_CFG_GET_STATES 0x02 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h1042 #define IPFW_CFG_GET_STATES 0x02 macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c2430 if (hdr->flags & (IPFW_CFG_GET_STATIC | IPFW_CFG_GET_STATES)) in dump_config()
2469 if (hdr->flags & IPFW_CFG_GET_STATES) { in dump_config()
2507 if (hdr_flags & IPFW_CFG_GET_STATES) in dump_config()
/f-stack/tools/ipfw/
H A Dipfw2.c2767 sfo.flags |= IPFW_CFG_GET_STATES; in ipfw_list()
2828 if ((cfg->flags & IPFW_CFG_GET_STATES) && (readsz != sz)) { in ipfw_show_config()