Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h84 #define IP_FW_TABLE_XLIST 89 /* list table contents */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h84 #define IP_FW_TABLE_XLIST 89 /* list table contents */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c3282 { IP_FW_TABLE_XLIST, 0, HDIR_GET, dump_table_v0 },
3283 { IP_FW_TABLE_XLIST, 1, HDIR_GET, dump_table_v1 },
/f-stack/tools/ipfw/
H A Dtables.c1744 if (do_get3(IP_FW_TABLE_XLIST, &oh->opheader, &sz) == 0) { in table_do_get_list()