Searched refs:f_st (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf.c519 fp->f_st[0].fr_bad, fp->f_st[1].fr_bad);
521 fp->f_st[0].fr_block, fp->f_st[0].fr_pass,
522 fp->f_st[0].fr_nom);
523 printf(" counted %lu\n", fp->f_st[0].fr_acct);
525 fp->f_st[1].fr_block, fp->f_st[1].fr_pass,
526 fp->f_st[1].fr_nom);
527 printf(" counted %lu\n", fp->f_st[
[all...]
H A Dipfstat.c764 printside("input", &fp->f_st[0]);
765 printside("output", &fp->f_st[1]);
771 PRINTF("%lu\tICMP replies sent\n", fp->f_st[0].fr_ret);
772 PRINTF("%lu\tTCP RSTs sent\n", fp->f_st[1].fr_ret);
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c2311 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]));
2343 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0]));
2344 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1]));
3565 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0]));
3566 bcopy(&fiop->f_st[1].fr_pass, &old->of_st[1], sizeof(old->of_st[1]));
3611 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0]));
3612 bcopy(&fiop->f_st[1].fr_pass, &old->of_st[1], sizeof(old->of_st[1]));
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h1114 ipf_statistics_t f_st[2]; member in struct:friostat
H A Dfil.c4288 bcopy((char *)softc->ipf_stats, (char *)fiop->f_st,

Completed in 103 milliseconds