Searched refs:obytes (Results 1 – 10 of 10) sorted by relevance
199 u_quad_t obytes; /* Output byte count on mif */ member
449 req->obytes = mif6table[mifi].m6_bytes_out; in get_mif6_cnt()
196 u_long obytes; /* output byte count on vif */ member
576 req->obytes = viftable[vifi].v_bytes_out; in get_vif_cnt()
273 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()
511 netbsd32_u_long obytes; /* output byte count on vif */ member
630 u64 obytes; member
1452 u_int64_t ibytes, obytes; in client_loop() local1677 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()
774 v_req->icount = v_req->ocount = v_req->ibytes = v_req->obytes = 0;877 long_return = v_req.obytes;
1319 const size_t obytes = (array->len + BITS_PER_INDEX - 1) / BITS_PER_INDEX; in bitArrayLength() local1327 for (size_t i = obytes; i < nbytes; i++) in bitArrayLength()