Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h907 #define IPFW_TF_UPDATE 0x01 /* Update record if exists */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h907 #define IPFW_TF_UPDATE 0x01 /* Update record if exists */ macro
/f-stack/tools/ipfw/
H A Dtables.c1012 ptent->head.flags |= IPFW_TF_UPDATE; in table_modify_record()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1039 if (ptent->head.flags & IPFW_TF_UPDATE) in manage_table_ent_v1()