Home
last modified time | relevance | path

Searched refs:ipfw_obj_tentry (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/ipfw/
H A Dtables.c894 ipfw_obj_tentry *tent_base; in table_do_modify_record()
921 tent = (ipfw_obj_tentry *)(ctlv + 1); in table_do_modify_record()
923 tent->head.length = sizeof(ipfw_obj_tentry); in table_do_modify_record()
931 tent = (ipfw_obj_tentry *)(ctlv + 1); in table_do_modify_record()
945 ipfw_obj_tentry *ptent, tent, *tent_buf; in table_modify_record()
1114 ipfw_obj_tentry *xtent) in table_do_lookup()
1117 ipfw_obj_tentry *tent; in table_do_lookup()
1124 tent = (ipfw_obj_tentry *)(oh + 1); in table_do_lookup()
1148 ipfw_obj_tentry xtent; in table_lookup()
1763 ipfw_obj_tentry *tent; in table_show_list()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c382 ipfw_obj_tentry *tent);
510 ipfw_obj_tentry *tent) in ta_dump_radix_tentry()
541 ipfw_obj_tentry *tent) in ta_find_radix_tentry()
971 ipfw_obj_tentry *tent);
1363 ipfw_obj_tentry *tent) in ta_dump_chash_tentry()
1451 ipfw_obj_tentry *tent) in ta_find_chash_tentry()
2511 ipfw_obj_tentry *tent) in ta_dump_ifidx_tentry()
2526 ipfw_obj_tentry *tent) in ta_find_ifidx_tentry()
2968 ipfw_obj_tentry *tent) in ta_dump_numarray_tentry()
2982 ipfw_obj_tentry *tent) in ta_find_numarray_tentry()
[all …]
H A Dip_fw_table.h108 ipfw_obj_tentry *tent);
110 ipfw_obj_tentry *tent);
H A Dip_fw_table.c968 ipfw_obj_tentry *tent, *ptent; in manage_table_ent_v1()
996 tent = (ipfw_obj_tentry *)(ctlv + 1); in manage_table_ent_v1()
1089 ipfw_obj_tentry *tent; in find_table_entry()
1106 tent = (ipfw_obj_tentry *)(oh + 1); in find_table_entry()
2015 ipfw_obj_tentry tent;
2080 i->size = i->count * sizeof(ipfw_obj_tentry); in export_table_info()
2426 ipfw_obj_tentry *tent; in dump_table_tentry()
2434 tent = (ipfw_obj_tentry *)ipfw_get_sopt_space(da->sd, sizeof(*tent)); in dump_table_tentry()
2440 tent->head.length = sizeof(ipfw_obj_tentry); in dump_table_tentry()
2463 ipfw_obj_tentry *tent; in dump_table_xentry()
H A Dip_fw_table_value.c273 ipfw_obj_tentry tent;
282 ipfw_obj_tentry *tent; in unref_table_value_cb()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h906 } ipfw_obj_tentry; typedef
/f-stack/freebsd/netinet/
H A Dip_fw.h906 } ipfw_obj_tentry; typedef