Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dtables.c469 xi.flags |= IPFW_TGFLAGS_LOCKED; in table_create()
598 xi.flags |= (lock != 0) ? IPFW_TGFLAGS_LOCKED : 0; in table_lock()
796 if ((i->flags & IPFW_TGFLAGS_LOCKED) != 0) in table_show_info()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h994 #define IPFW_TGFLAGS_LOCKED 0x01 /* Tables is locked from changes*/ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h994 #define IPFW_TGFLAGS_LOCKED 0x01 /* Tables is locked from changes*/ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1804 tc->locked = ((i->flags & IPFW_TGFLAGS_LOCKED) != 0); in modify_table()
1896 tc->locked = (i->flags & IPFW_TGFLAGS_LOCKED) != 0; in create_table_internal()
2079 i->flags |= (tc->locked != 0) ? IPFW_TGFLAGS_LOCKED : 0; in export_table_info()