Home
last modified time | relevance | path

Searched refs:IPFW_TLV_TBL_NAME (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1928 tc->no.etlv = IPFW_TLV_TBL_NAME; in create_table_internal()
1995 ntlv->head.type = IPFW_TLV_TBL_NAME; in ipfw_export_table_ntlv()
2931 .etlv = IPFW_TLV_TBL_NAME,
2941 .etlv = IPFW_TLV_TBL_NAME,
2951 .etlv = IPFW_TLV_TBL_NAME,
2961 .etlv = IPFW_TLV_TBL_NAME,
2971 .etlv = IPFW_TLV_TBL_NAME,
2981 .etlv = IPFW_TLV_TBL_NAME,
3034 NULL, IPFW_TLV_TBL_NAME) != 0) { in ipfw_switch_tables_namespace()
3108 IPFW_TLV_TBL_NAME); in find_table_err()
[all …]
H A Dip_fw_sockopt.c2352 bidx = (etlv == IPFW_TLV_TBL_NAME) ? 0: IPFW_TABLES_MAX / 32; in ipfw_mark_object_kidx()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h816 #define IPFW_TLV_TBL_NAME 1 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h816 #define IPFW_TLV_TBL_NAME 1 macro
/f-stack/tools/ipfw/
H A Dtables.c318 ntlv->head.type = IPFW_TLV_TBL_NAME; in table_fill_ntlv()
H A Dipfw2.c3080 return (pack_object(tstate, name, IPFW_TLV_TBL_NAME)); in pack_table()
5288 return (object_search_ctlv(ctlv, idx, IPFW_TLV_TBL_NAME)); in table_search_ctlv()