Searched refs:IPFW_TLV_TBL_NAME (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table.c | 1910 tc->no.etlv = IPFW_TLV_TBL_NAME; in create_table_internal() 1977 ntlv->head.type = IPFW_TLV_TBL_NAME; in ipfw_export_table_ntlv() 2875 return (ipfw_obj_manage_sets(CHAIN_TO_NI(ch), IPFW_TLV_TBL_NAME, in table_manage_sets() 2908 return (ipfw_obj_manage_sets(CHAIN_TO_NI(ch), IPFW_TLV_TBL_NAME, in table_manage_sets_all() 2915 .etlv = IPFW_TLV_TBL_NAME, 2925 .etlv = IPFW_TLV_TBL_NAME, 2935 .etlv = IPFW_TLV_TBL_NAME, 2945 .etlv = IPFW_TLV_TBL_NAME, 2955 .etlv = IPFW_TLV_TBL_NAME, 2965 .etlv = IPFW_TLV_TBL_NAME, [all …]
|
H A D | ip_fw_sockopt.c | 2366 bidx = (etlv == IPFW_TLV_TBL_NAME) ? 0: IPFW_TABLES_MAX / 32; in ipfw_mark_object_kidx()
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | ioctl_headers.py | 77 IPFW_TLV_TBL_NAME = 1 variable in IpFwTlvType
|
H A D | ioctl.py | 493 AttrDescr(IpFwTlvType.IPFW_TLV_TBL_NAME, NTlv),
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 151 NTlv(IpFwTlvType.IPFW_TLV_TBL_NAME, idx=1, name="AAA"), 152 NTlv(IpFwTlvType.IPFW_TLV_TBL_NAME, idx=2, name="BBB"),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 843 #define IPFW_TLV_TBL_NAME 1 macro
|
/freebsd/sbin/ipfw/ |
H A D | tables.c | 318 ntlv->head.type = IPFW_TLV_TBL_NAME; in table_fill_ntlv()
|
H A D | ipfw2.c | 3205 return (pack_object(tstate, name, IPFW_TLV_TBL_NAME)); in pack_table() 5509 return (object_search_ctlv(ctlv, idx, IPFW_TLV_TBL_NAME)); in table_search_ctlv()
|