/openbsd/usr.bin/netstat/ |
H A D | if.c | 285 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 D | ip_ipip.c | 345 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 D | ip_mroute.h | 147 u_long obytes; /* output byte count on vif */ member
|
H A D | ip_mroute.c | 342 req->obytes = v->v_bytes_out; in get_vif_cnt()
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd_ctl.c | 298 _this->obytes = ppp->obytes; in npppd_who_init() 375 _this->obytes += req.psr_stat.obytes; in npppd_ppp_get_pipex_stat()
|
H A D | npppd_ctl.h | 79 uint64_t obytes; /** Bytes of output packets */ member
|
H A D | npppd_radius.c | 328 (uint32_t)(ppp->obytes & 0xFFFFFFFFU)); /* LSB 32bit */ in radius_acct_request() 359 ppp->obytes >> 32); in radius_acct_request()
|
H A D | ppp.h | 588 uint64_t obytes; member
|
H A D | ppp.c | 398 (unsigned long long)_this->obytes, _this->opackets, in ppp_stop0()
|
H A D | npppd.c | 1245 ppp->obytes += req.pcr_stat.obytes; in npppd_ppp_pipex_disable()
|
/openbsd/usr.sbin/radiusd/ |
H A D | radiusd_ipcp.h | 75 uint64_t obytes; member
|
H A D | radiusd_ipcp.c | 1214 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 D | sio_sun.c | 44 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 D | npppctl.c | 276 (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 D | pipex.h | 64 uint64_t obytes; /* number of sent bytes to tunnel */ member
|
H A D | pipex.c | 560 stats->obytes = counters[pxc_obytes]; in pipex_export_session_stats()
|
/openbsd/sys/netinet6/ |
H A D | ip6_mroute.h | 190 u_int64_t obytes; /* Output byte count on mif */ member
|
H A D | ip6_mroute.c | 290 req->obytes = m6->m6_bytes_out; in get_mif6_cnt()
|
/openbsd/usr.bin/ssh/ |
H A D | sshd-session.c | 758 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 D | clientloop.c | 1442 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 D | packet.c | 447 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 D | pppoe_session.c | 456 ppp->obytes += lpkt; in pppoe_session_ppp_output()
|
/openbsd/usr.sbin/radiusctl/ |
H A D | radiusctl.c | 811 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 D | pptp_call.c | 702 ppp->obytes += nbytes; in pptp_call_ppp_output()
|
/openbsd/usr.sbin/npppd/l2tp/ |
H A D | l2tp_call.c | 919 ppp->obytes += nbytes; in l2tp_call_ppp_output()
|