| /src/sys/netinet6/ |
| ip6_mroute.h | 199 u_quad_t obytes; /* Output byte count on mif */ member in struct:sioc_mif_req6
|
| ip6_mroute.c | 449 req->obytes = mif6table[mifi].m6_bytes_out;
|
| /src/sys/netinet/ |
| ip_mroute.h | 192 u_long obytes; /* output byte count on vif */ member in struct:sioc_vif_req
|
| ip_mroute.c | 576 req->obytes = viftable[vifi].v_bytes_out;
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshd-session.c | 793 u_int64_t ibytes, obytes; local 1292 ssh_packet_get_bytes(ssh, &ibytes, &obytes); 1294 (unsigned long long)obytes, (unsigned long long)ibytes);
|
| clientloop.c | 1465 uint64_t ibytes, obytes; local 1704 ssh_packet_get_bytes(ssh, &ibytes, &obytes); 1706 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); 1709 obytes / total_time, ibytes / total_time);
|
| packet.c | 464 ssh_packet_get_bytes(struct ssh *ssh, uint64_t *ibytes, uint64_t *obytes) 468 if (obytes) 469 *obytes = ssh->state->p_send.bytes;
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe.h | 630 u64 obytes; member in struct:ixgbe_softc
|
| /src/sys/compat/netbsd32/ |
| netbsd32_ioctl.c | 273 p->obytes = (u_long)s32p->obytes; 833 s32p->obytes = (netbsd32_u_long)p->obytes;
|
| netbsd32_ioctl.h | 511 netbsd32_u_long obytes; /* output byte count on vif */ member in struct:netbsd32_sioc_vif_req
|
| /src/usr.sbin/mrouted/ |
| snmp.c | 774 v_req->icount = v_req->ocount = v_req->ibytes = v_req->obytes = 0; 877 long_return = v_req.obytes;
|