Searched refs:IPFW_TLV_TBL_NAME (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 1928 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 D | ip_fw_sockopt.c | 2352 bidx = (etlv == IPFW_TLV_TBL_NAME) ? 0: IPFW_TABLES_MAX / 32; in ipfw_mark_object_kidx()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 816 #define IPFW_TLV_TBL_NAME 1 macro
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fw.h | 816 #define IPFW_TLV_TBL_NAME 1 macro
|
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 318 ntlv->head.type = IPFW_TLV_TBL_NAME; in table_fill_ntlv()
|
| H A D | ipfw2.c | 3080 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()
|