Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshd-session.c794 uint64_t ibytes, obytes; in main() local
H A Dclientloop.c1458 uint64_t ibytes, obytes; in client_loop() local
H A Dpacket.c472 ssh_packet_get_bytes(struct ssh *ssh, uint64_t *ibytes, uint64_t *obytes) in ssh_packet_get_bytes()
/freebsd/sys/kern/
H A Dtty_ttydisc.c1378 ssize_t obytes = uio->uio_resid; in ttydisc_getc_uio() local
/freebsd/sys/netinet6/
H A Dip6_mroute.h198 u_quad_t obytes; /* Output byte count on mif */ member
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h269 u64 obytes; member
/freebsd/sys/netinet/
H A Dip_mroute.h248 u_long obytes; /* Output byte count on vif */ member
/freebsd/sys/dev/ixl/
H A Dixl.h455 u64 obytes; member
/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h182 u_long obytes; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h469 u64 obytes; member
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c5956 int obytes, omcast; in hn_transmit() local
/freebsd/sys/net/
H A Diflib.c3483 iflib_encap(iflib_txq_t txq, struct mbuf **m_headp, int *obytes, int *opkts) in iflib_encap()