Home
last modified time | relevance | path

Searched refs:f_st (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf.c516 fp->f_st[0].fr_bad, fp->f_st[1].fr_bad);
518 fp->f_st[0].fr_block, fp->f_st[0].fr_pass,
519 fp->f_st[0].fr_nom);
520 printf(" counted %lu\n", fp->f_st[0].fr_acct);
522 fp->f_st[1].fr_block, fp->f_st[1].fr_pass,
523 fp->f_st[1].fr_nom);
524 printf(" counted %lu\n", fp->f_st[0].fr_acct);
526 fp->f_st[0].fr_bpkl, fp->f_st[0].fr_ppkl);
528 fp->f_st[1].fr_bpkl, fp->f_st[1].fr_ppkl);
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);
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp737 StatT f_st = {}; in __copy() local
739 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy()
740 : detail::posix_stat(from, f_st, &m_ec1); in __copy()
753 detail::stat_equivalent(f_st, t_st)) { in __copy()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_fil_compat.c2313 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0]));
2314 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1]));
2345 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0]));
2346 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1]));
3567 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0]));
3568 bcopy(&fiop->f_st[1].fr_pass, &old->of_st[1], sizeof(old->of_st[1]));
3613 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0]));
3614 bcopy(&fiop->f_st[1].fr_pass, &old->of_st[1], sizeof(old->of_st[1]));
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_compat.c2293 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0])); in friostat_4_1_33_to_current()
2294 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1])); in friostat_4_1_33_to_current()
2323 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0])); in friostat_4_1_0_to_current()
2324 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1])); in friostat_4_1_0_to_current()
3497 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0])); in friostat_current_to_4_1_33()
3498 bcopy(&fiop->f_st[1].fr_pass, &old->of_st[1], sizeof(old->of_st[1])); in friostat_current_to_4_1_33()
3538 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0])); in friostat_current_to_4_1_0()
3539 bcopy(&fiop->f_st[1].fr_pass, &old->of_st[1], sizeof(old->of_st[1])); in friostat_current_to_4_1_0()
H A Dip_fil.h1113 ipf_statistics_t f_st[2]; member
H A Dfil.c4214 bcopy((char *)softc->ipf_stats, (char *)fiop->f_st, in ipf_getstat()