Searched refs:ipfe (Results 1 – 2 of 2) sorted by relevance
15 ipfexp_t *ipfe; local20 ipfe = (ipfexp_t *)(array + i);21 if (ipfe->ipfe_cmd == IPF_EXP_END)24 not = ipfe->ipfe_not;26 switch (ipfe->ipfe_cmd)66 for (j = 0; j < ipfe->ipfe_narg; ) {121 ipfe->ipfe_cmd, ipfe->ipfe_narg);127 i += ipfe->ipfe_size;138 ipfexp_t *ipfe = (ipfexp_t *)array; local141 for (i = 0; i < ipfe->ipfe_narg; ) {[all …]
42 ipfexp_t *ipfe; local133 ipfe = (ipfexp_t *)(oplist + osize);135 ipfe->ipfe_cmd = e->ipoe_cmd;136 ipfe->ipfe_not = not;137 ipfe->ipfe_narg = items * e->ipoe_nbasearg;138 ipfe->ipfe_size = items * e->ipoe_nbasearg * e->ipoe_argsize;139 ipfe->ipfe_size += 4;