Searched refs:ipfe (Results 1 – 2 of 2) sorted by relevance
17 ipfexp_t *ipfe; local22 ipfe = (ipfexp_t *)(array + i);23 if (ipfe->ipfe_cmd == IPF_EXP_END)26 not = ipfe->ipfe_not;28 switch (ipfe->ipfe_cmd)68 for (j = 0; j < ipfe->ipfe_narg; ) {123 ipfe->ipfe_cmd, ipfe->ipfe_narg);129 i += ipfe->ipfe_size;140 ipfexp_t *ipfe = (ipfexp_t *)array; local143 for (i = 0; i < ipfe->ipfe_narg; ) {[all …]
44 ipfexp_t *ipfe; local135 ipfe = (ipfexp_t *)(oplist + osize);137 ipfe->ipfe_cmd = e->ipoe_cmd;138 ipfe->ipfe_not = not;139 ipfe->ipfe_narg = items * e->ipoe_nbasearg;140 ipfe->ipfe_size = items * e->ipoe_nbasearg * e->ipoe_argsize;141 ipfe->ipfe_size += 4;