Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1711 static void showfrstates(ipfrstat_t *ifsp, u_long ticks) in showfrstates() argument
1720 ifsp->ifs_new, ifsp->ifs_expire, ifsp->ifs_hits); in showfrstates()
1722 ifsp->ifs_retrans0, ifsp->ifs_short); in showfrstates()
1724 ifsp->ifs_nomem, ifsp->ifs_exists); in showfrstates()
1725 PRINTF("%lu\tinuse\n", ifsp->ifs_inuse); in showfrstates()
1729 if (kmemcpy((char *)ipfrtab, (u_long)ifsp->ifs_table, in showfrstates()
1761 if (kmemcpy((char *)ipfrtab, (u_long)ifsp->ifs_nattab, in showfrstates()
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2713 struct info_if_stats **ifsp = (struct info_if_stats **)data; in fill_info_if_stats()
2714 struct info_if_stats *ifs = *ifsp; in fill_info_if_stats()
2753 *ifsp = (struct info_if_stats *)more_pkt(); in get_if_stats()
2704 struct info_if_stats **ifsp = (struct info_if_stats **)data; fill_info_if_stats() local