Home
last modified time | relevance | path

Searched refs:ipfe (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/ipfilter/lib/
HDprintipfexpr.c15 ipfexp_t *ipfe; local
20 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; local
141 for (i = 0; i < ipfe->ipfe_narg; ) {
[all …]
HDparseipfexpr.c42 ipfexp_t *ipfe; local
133 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;