Searched refs:obytes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dclientloop.c1553 u_int64_t ibytes, obytes; local
1823 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes);
1825 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1828 obytes / total_time, ibytes / total_time);
H A Dsshd.c1359 u_int64_t ibytes, obytes; local
2158 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes);
2160 (unsigned long long)obytes, (unsigned long long)ibytes);
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dif.c263 u_int64_t obytes = 0; local
389 obytes = if2m->ifm_data.ifi_obytes;
579 show_stat("llu", 10, obytes, link_layer|network_layer);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c1392 u_int32_t obytes, snd_off; local
1411 obytes = (tp->snd_max - tp->snd_fack) +
1414 obytes = (tp->snd_max - tp->snd_una);
1428 if (obytes < (tp->t_maxseg << 2) &&
1432 osegs = obytes / tp->t_maxseg;
1433 if ((osegs * tp->t_maxseg) < obytes)

Completed in 174 milliseconds