Home
last modified time | relevance | path

Searched refs:ifi_ibytes (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/netstat/
H A Dif.c158 total = ifd->ifi_ibytes + ifd->ifi_obytes + in intpr()
286 fmt_scaled(ifd->ifi_ibytes, ibytes); in print_addr()
291 ifd->ifi_ibytes, ifd->ifi_obytes); in print_addr()
558 ip_cur.ift_ib = ifd->ifi_ibytes; in fetchifs()
569 sum_cur.ift_ib += ifd->ifi_ibytes; in fetchifs()
584 ip_cur.ift_ib = ifd->ifi_ibytes; in fetchifs()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dsnmpd.h174 #define if_ibytes if_data.ifi_ibytes
/openbsd/sys/net/
H A Dif.h117 u_int64_t ifi_ibytes; /* total number of octets received */ member
H A Difq.c793 data->ifi_ibytes += ifiq->ifiq_bytes; in ifiq_add_data()
H A Dif.c2812 data->ifi_ibytes = ifp->if_data_counters[ifc_ibytes]; in if_getdata()
2831 data->ifi_ibytes += counters[ifc_ibytes]; in if_getdata()
/openbsd/usr.bin/systat/
H A Dif.c312 UPDATE(ifc_ib, ifm_data.ifi_ibytes); in fetchifstat()