Searched refs:ibytes (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.0-release/sys/dev/en/
H A Dmidwayvar.h141 uint32_t ibytes; member in struct:en_vcc
/freebsd-10.0-release/sys/dev/ce/
H A Dceddk.h88 ulong64 ibytes; member in struct:_ce_chan_t
H A Dif_ce.c1409 st->ibytes = c->ibytes;
1503 c->ibytes = 0;
2118 c->rintr, c->tintr, 0l, (unsigned long) c->ibytes,
/freebsd-10.0-release/sys/netinet/
H A Dip_mroute.h248 u_long ibytes; /* Input byte count on vif */ member in struct:sioc_vif_req
/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.h198 u_quad_t ibytes; /* Input byte count on mif */ member in struct:sioc_mif_req6
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c221 u_long ibytes; local
305 ibytes = ifnet.if_ibytes;
441 ibytes = ifaddr.in.ia_ifa.if_ibytes;
451 show_stat("lu", 10, ibytes, link_layer|network_layer);
/freebsd-10.0-release/sys/dev/fatm/
H A Dif_fatmvar.h174 uint32_t ibytes; member in struct:card_vcc
/freebsd-10.0-release/sys/i386/include/
H A Dcserial.h31 unsigned long ibytes; /* input bytes */ member in struct:serial_statistics
/freebsd-10.0-release/sys/dev/patm/
H A Dif_patm_rx.c318 vcc->ibytes += m->m_pkthdr.len;
517 vcc->ibytes += m->m_pkthdr.len;
H A Dif_patmvar.h197 uint64_t ibytes; /* bytes received */ member in struct:patm_vcc
H A Dif_patm_ioctl.c161 vcc->ibytes = vcc->ipackets = 0;
/freebsd-10.0-release/sys/dev/cp/
H A Dcpddk.h150 ulong64 ibytes; /* input bytes */ member in struct:_cp_chan_t
H A Dif_cp.c1137 st->ibytes = c->ibytes;
1221 c->ibytes = 0;
1889 c->rintr, c->tintr, 0l, (unsigned long) c->ibytes,
/freebsd-10.0-release/sys/dev/cx/
H A Dcxddk.h331 unsigned long ibytes; /* input bytes */ member in struct:_cx_chan_t
H A Dcxddk.c459 c->ibytes += len;
526 c->ibytes += len;
H A Dif_cx.c1749 st->ibytes = c->ibytes;
1770 c->ibytes = 0;
2329 c->rintr, c->tintr, c->mintr, c->ibytes, c->ipkts,
/freebsd-10.0-release/sys/dev/hatm/
H A Dif_hatm_ioctl.c153 vcc->ibytes = vcc->ipackets = 0;
H A Dif_hatm_rx.c246 vcc->ibytes += len;
H A Dif_hatmvar.h339 uint32_t ibytes; member in struct:hevcc
/freebsd-10.0-release/sys/dev/ctau/
H A Dif_ct.c1353 st->ibytes = c->ibytes;
1416 c->ibytes = 0;
1819 st.ibytes = c->ibytes;
1828 st.rintr, st.tintr, st.mintr, st.ibytes, st.ipkts,
H A Dctddk.h396 unsigned long ibytes; /* input bytes */ member in struct:_ct_chan_t
/freebsd-10.0-release/crypto/openssh/
H A Dclientloop.c1486 u_int64_t ibytes, obytes; local
1744 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes);
1747 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1750 obytes / total_time, ibytes / total_time);
H A Dsshd.c1392 u_int64_t ibytes, obytes; local
2203 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes);
2206 (unsigned long long)obytes, (unsigned long long)ibytes);
/freebsd-10.0-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c1089 if (status.cntrs.ibytes) printf("Rx bytes:\t\t%ju\n", (uintmax_t)status.cntrs.ibytes);
/freebsd-10.0-release/sbin/sconfig/
H A Dsconfig.c331 sarr [1] = st.ibytes;

Completed in 357 milliseconds

12