Home
last modified time | relevance | path

Searched refs:fiop (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/ipfilter/tools/
HDipfstat.c223 friostat_t *fiop = &fio; local
429 ipfstate_live(IPL_NAME, &fiop, &ipsstp, &ifrstp,
432 ipfstate_dead(kern, &fiop, &ipsstp, &ifrstp, &frauthstp, &frf);
438 showlist(fiop);
441 showlist(fiop);
444 showfrstates(ifrstp, fiop->f_ticks);
453 showgroups(fiop);
455 showstats(fiop, frf);
562 static friostat_t fio, *fiop; local
615 fiop = &fio;
[all …]
/trueos/contrib/ipfilter/
HDip_fil_compat.c2309 friostat_t *fiop = (friostat_t *)current; local
2311 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0]));
2312 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1]));
2314 fiop->f_ipf[0][0] = old->f_ipf[0][0];
2315 fiop->f_ipf[0][1] = old->f_ipf[0][1];
2316 fiop->f_ipf[1][0] = old->f_ipf[1][0];
2317 fiop->f_ipf[1][1] = old->f_ipf[1][1];
2318 fiop->f_acct[0][0] = old->f_acct[0][0];
2319 fiop->f_acct[0][1] = old->f_acct[0][1];
2320 fiop->f_acct[1][0] = old->f_acct[1][0];
[all …]
/trueos/sys/contrib/ipfilter/netinet/
HDfil.c4281 ipf_getstat(softc, fiop, rev) in ipf_getstat() argument
4283 friostat_t *fiop;
4288 bcopy((char *)softc->ipf_stats, (char *)fiop->f_st,
4290 fiop->f_locks[IPL_LOGSTATE] = -1;
4291 fiop->f_locks[IPL_LOGNAT] = -1;
4292 fiop->f_locks[IPL_LOGIPF] = -1;
4293 fiop->f_locks[IPL_LOGAUTH] = -1;
4295 fiop->f_ipf[0][0] = softc->ipf_rules[0][0];
4296 fiop->f_acct[0][0] = softc->ipf_acct[0][0];
4297 fiop->f_ipf[0][1] = softc->ipf_rules[0][1];
[all …]