Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h1003 #define IPFW_TMFLAGS_LOCK 0x0004 /* Change table lock state */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h1003 #define IPFW_TMFLAGS_LOCK 0x0004 /* Change table lock state */ macro
/f-stack/tools/ipfw/
H A Dtables.c597 xi.mflags |= IPFW_TMFLAGS_LOCK; in table_lock()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1803 if ((i->mflags & IPFW_TMFLAGS_LOCK) != 0) in modify_table()