Home
last modified time | relevance | path

Searched refs:uidx (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c945 ti.uidx = xent->tbl; in manage_table_ent_v0()
1023 ti.uidx = kidx; in manage_table_ent_v1()
1114 ti.uidx = tent->idx; in find_table_entry()
1952 ti->uidx = ntlv->idx; in ntlv_to_ti()
2009 uint16_t uidx; member
2244 ti.uidx = xtbl->tbl; in dump_table_v0()
2257 xtbl->tbl = ti.uidx; in dump_table_v0()
2304 ti.uidx = *tbl; in get_table_size()
2365 ent->tbl = da->uidx; in dump_table_entry()
2441 tent->idx = da->uidx; in dump_table_tentry()
[all …]
H A Dip_fw_sockopt.c2554 ti->uidx = p->uidx; in create_objects_compat()
2602 uint16_t kidx, uidx; in set_legacy_obj_kidx() local
2625 uidx = val; in set_legacy_obj_kidx()
2632 uidx = 65535; in set_legacy_obj_kidx()
2736 pidx->uidx = ti->uidx; in ref_opcode_object()
3203 uint16_t uidx; in find_op_rw() local
3212 *puidx = uidx; in find_op_rw()
3981 ti.uidx = ent.tbl; in ipfw_ctl()
4000 ti.uidx = tbl; in ipfw_ctl()
4014 ti.uidx = tbl; in ipfw_ctl()
[all …]
H A Dip_fw_eaction.c149 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx, in eaction_findbyname()
154 ti->uidx, ti->type); in eaction_findbyname()
H A Dip_fw_private.h472 uint16_t uidx; /* internal index supplied by userland */ member
553 uint16_t uidx; /* table index */ member
736 ipfw_obj_ntlv *ipfw_find_name_tlv_type(void *tlvs, int len, uint16_t uidx,
H A Dip_fw_dynamic.c616 DYN_DEBUG("uidx %d", ti->uidx); in dyn_findbyname()
617 if (ti->uidx != 0) { in dyn_findbyname()
621 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx, in dyn_findbyname()
661 DYN_DEBUG("uidx %d", ti->uidx); in dyn_create()
662 if (ti->uidx != 0) { in dyn_create()
665 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx, in dyn_create()
/f-stack/tools/ipfw/
H A Dipfw2.c3088 uint16_t uidx; in fill_table() local
3102 cmd->arg1 = uidx; in fill_table()
3428 uint16_t uidx; in fill_iface() local
3449 cmd->p.kidx = uidx; in fill_iface()
4825 uint16_t uidx; in compile_rule() local
4837 uidx = pack_object(tstate, *av + 1, in compile_rule()
4845 fill_cmd(cmd, O_KEEP_STATE, 0, uidx); in compile_rule()
5233 uint16_t uidx; member
5245 if (key.uidx < ntlv->idx) in compare_object_kntlv()
5247 else if (key.uidx > ntlv->idx) in compare_object_kntlv()
[all …]
H A Dipfw2.h452 uint8_t set, uint16_t uidx);
H A Dtables.c315 uint16_t uidx) in table_fill_ntlv() argument
320 ntlv->idx = uidx; in table_fill_ntlv()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c950 NPTV6_DEBUG("uidx %u, type %u, err %d", ti->uidx, ti->type, err); in nptv6_findbyname()