Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h88 #define IP_FW_TABLE_XFLUSH 94 /* flush table data */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h88 #define IP_FW_TABLE_XFLUSH 94 /* flush table data */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1173 else if (op3->opcode == IP_FW_TABLE_XFLUSH) in flush_table_v0()
3278 { IP_FW_TABLE_XFLUSH, 0, HDIR_SET, flush_table_v0 },
/f-stack/tools/ipfw/
H A Dtables.c642 if (do_set3(IP_FW_TABLE_XFLUSH, &oh->opheader, sizeof(*oh)) != 0) in table_flush()