Searched refs:ptent (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c964 ipfw_obj_tentry *tent, *ptent; local
1007 ptent = tent;
1009 for (i = 0; i < ctlv->count; i++, ptent++) {
1010 if (ptent->head.length != sizeof(*ptent))
1012 if (ptent->idx != kidx)
1030 ptent = tent;
1031 for (i = 0; i < ctlv->count; i++, ptent++, ptei++) {
1032 ptei->paddr = &ptent->k;
1033 ptei->subtype = ptent
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c952 ipfw_obj_tentry *ptent, tent, *tent_buf; local
988 ptent = tent_buf;
993 tentry_fill_key(oh, ptent, *av, add, &type, &vmask, &xi);
1014 tentry_fill_value(oh, ptent, *av, type, vmask);
1019 ptent->head.flags |= IPFW_TF_UPDATE;
1022 ptent++;
1041 ptent = tent_buf;
1042 for (i = 0; i < count; ptent++, i++) {
1044 switch (ptent->result) {
1084 table_show_entry(&xi, ptent);
[all...]

Completed in 63 milliseconds