Home
last modified time | relevance | path

Searched refs:obytes (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/netinet6/
H A Dip6_mroute.h199 u_quad_t obytes; /* Output byte count on mif */ member
H A Dip6_mroute.c449 req->obytes = mif6table[mifi].m6_bytes_out; in get_mif6_cnt()
/netbsd-src/sys/netinet/
H A Dip_mroute.h196 u_long obytes; /* output byte count on vif */ member
H A Dip_mroute.c576 req->obytes = viftable[vifi].v_bytes_out; in get_vif_cnt()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c273 p->obytes = (u_long)s32p->obytes; in netbsd32_to_sioc_vif_req()
833 s32p->obytes = (netbsd32_u_long)p->obytes; in netbsd32_from_sioc_vif_req()
H A Dnetbsd32_ioctl.h511 netbsd32_u_long obytes; /* output byte count on vif */ member
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe.h630 u64 obytes; member
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dclientloop.c1452 u_int64_t ibytes, obytes; in client_loop() local
1677 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1679 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1682 obytes / total_time, ibytes / total_time); in client_loop()
/netbsd-src/usr.sbin/mrouted/
H A Dsnmp.c774 v_req->icount = v_req->ocount = v_req->ibytes = v_req->obytes = 0;
877 long_return = v_req.obytes;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c1319 const size_t obytes = (array->len + BITS_PER_INDEX - 1) / BITS_PER_INDEX; in bitArrayLength() local
1327 for (size_t i = obytes; i < nbytes; i++) in bitArrayLength()