Home
last modified time | relevance | path

Searched defs:obytes (Results 1 – 11 of 11) sorted by relevance

/openbsd/usr.bin/netstat/
H A Dif.c285 char obytes[FMT_SCALED_STRSIZE]; in print_addr() local
329 char obytes[FMT_SCALED_STRSIZE]; in sidewaysintpr() local
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.h79 uint64_t obytes; /** Bytes of output packets */ member
H A Dppp.h588 uint64_t obytes; member
/openbsd/sys/netinet/
H A Dip_ipip.c339 u_int64_t obytes; in ipip_output() local
H A Dip_mroute.h149 u_long obytes; /* output byte count on vif */ member
/openbsd/lib/libsndio/
H A Dsio_sun.c44 unsigned int ibytes, obytes; /* bytes the hw transferred */ member
/openbsd/sys/net/
H A Dpipex.h64 uint64_t obytes; /* number of sent bytes to tunnel */ member
/openbsd/sys/netinet6/
H A Dip6_mroute.h190 u_int64_t obytes; /* Output byte count on mif */ member
/openbsd/usr.bin/ssh/
H A Dsshd-session.c801 u_int64_t ibytes, obytes; in main() local
H A Dclientloop.c1440 u_int64_t ibytes, obytes; in client_loop() local
H A Dpacket.c447 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes()