Home
last modified time | relevance | path

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

/openbsd/usr.bin/netstat/
H A Dif.c285 char obytes[FMT_SCALED_STRSIZE]; in print_addr() local
287 fmt_scaled(ifd->ifi_obytes, obytes); in print_addr()
288 printf("%10s %10s", ibytes, obytes); in print_addr()
329 char obytes[FMT_SCALED_STRSIZE]; in sidewaysintpr() local
385 fmt_scaled(ip_cur.ift_ob - ip_old.ift_ob, obytes); in sidewaysintpr()
387 ibytes, " ", obytes, " "); in sidewaysintpr()
407 fmt_scaled(sum_cur.ift_ob - sum_old.ift_ob, obytes); in sidewaysintpr()
409 ibytes, " ", obytes, " "); in sidewaysintpr()
/openbsd/sys/netinet/
H A Dip_ipip.c345 u_int64_t obytes; in ipip_output() local
444 obytes = m->m_pkthdr.len - sizeof(struct ip); in ipip_output()
446 tdb->tdb_cur_bytes += obytes; in ipip_output()
524 obytes = m->m_pkthdr.len - sizeof(struct ip6_hdr); in ipip_output()
526 tdb->tdb_cur_bytes += obytes; in ipip_output()
538 ipipstat_pkt(ipips_opackets, ipips_obytes, obytes); in ipip_output()
H A Dip_mroute.h147 u_long obytes; /* output byte count on vif */ member
H A Dip_mroute.c342 req->obytes = v->v_bytes_out; in get_vif_cnt()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c298 _this->obytes = ppp->obytes; in npppd_who_init()
375 _this->obytes += req.psr_stat.obytes; in npppd_ppp_get_pipex_stat()
H A Dnpppd_ctl.h79 uint64_t obytes; /** Bytes of output packets */ member
H A Dnpppd_radius.c328 (uint32_t)(ppp->obytes & 0xFFFFFFFFU)); /* LSB 32bit */ in radius_acct_request()
359 ppp->obytes >> 32); in radius_acct_request()
H A Dppp.h588 uint64_t obytes; member
H A Dppp.c398 (unsigned long long)_this->obytes, _this->opackets, in ppp_stop0()
H A Dnpppd.c1245 ppp->obytes += req.pcr_stat.obytes; in npppd_ppp_pipex_disable()
/openbsd/usr.sbin/radiusd/
H A Dradiusd_ipcp.h75 uint64_t obytes; member
H A Dradiusd_ipcp.c1214 stat.obytes = uval; in ipcp_accounting_request()
1217 stat.obytes = ((uint64_t)uval << 32) | stat.obytes; in ipcp_accounting_request()
1236 sizeof(buf)), stat.ibytes, stat.ipackets, stat.obytes, in ipcp_accounting_request()
/openbsd/lib/libsndio/
H A Dsio_sun.c44 unsigned int ibytes, obytes; /* bytes the hw transferred */ member
372 hdl->obytes = 0; in sio_sun_start()
561 delta = (ap.play_pos - hdl->obytes) / hdl->obpf; in sio_sun_revents()
563 hdl->obytes = ap.play_pos; in sio_sun_revents()
/openbsd/usr.sbin/npppctl/
H A Dnpppctl.c276 (double)w->obytes/1024, w->opackets, w->oerrors); in fprint_who_packets()
321 (unsigned long long)w->obytes, in fprint_who_all()
322 humanize_bytes((double)w->obytes, obytes_buf, sizeof(obytes_buf)), in fprint_who_all()
/openbsd/sys/net/
H A Dpipex.h64 uint64_t obytes; /* number of sent bytes to tunnel */ member
H A Dpipex.c560 stats->obytes = counters[pxc_obytes]; in pipex_export_session_stats()
/openbsd/sys/netinet6/
H A Dip6_mroute.h190 u_int64_t obytes; /* Output byte count on mif */ member
H A Dip6_mroute.c290 req->obytes = m6->m6_bytes_out; in get_mif6_cnt()
/openbsd/usr.bin/ssh/
H A Dsshd-session.c758 u_int64_t ibytes, obytes; in main() local
1220 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
1222 (unsigned long long)obytes, (unsigned long long)ibytes); in main()
H A Dclientloop.c1442 u_int64_t ibytes, obytes; in client_loop() local
1665 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1667 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1670 obytes / total_time, ibytes / total_time); in client_loop()
H A Dpacket.c447 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() argument
451 if (obytes) in ssh_packet_get_bytes()
452 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
/openbsd/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c456 ppp->obytes += lpkt; in pppoe_session_ppp_output()
/openbsd/usr.sbin/radiusctl/
H A Dradiusctl.c811 stat->obytes); in ipcp_handle_stat()
873 json_do_uint("output-bytes", stat->obytes); in ipcp_handle_json()
/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_call.c702 ppp->obytes += nbytes; in pptp_call_ppp_output()
/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c919 ppp->obytes += nbytes; in l2tp_call_ppp_output()