OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_recv
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.h
216
u_int32_t
bytes_recv
; /* Bytes received since t_last_feedback */
member in struct:tfrc_recv_ccb
dccp_tfrc.c
1198
x_recv = (u_int32_t) (cb->
bytes_recv
* 8 * 1000000) / (t_temp.tv_sec * 1000000 + t_temp.tv_usec);
1236
cb->
bytes_recv
= 0;
1305
x_recv = (((double) (cb->
bytes_recv
)) /
1308
x_recv.num = cb->
bytes_recv
* 1000000;
1752
cb->
bytes_recv
= cb->
bytes_recv
+ cb->pcb->len_rcv;
/src/external/bsd/iscsi/dist/src/lib/
target.c
479
if (scsi_cmd.
bytes_recv
!= scsi_cmd.trans_len) {
481
"scsi_cmd.
bytes_recv
");
1584
if ((args->
bytes_recv
+ data->length) > args->trans_len) {
1623
args->
bytes_recv
= 0;
1676
args->
bytes_recv
+= args->length;
1682
if (args->
bytes_recv
< args->trans_len) {
1689
args->trans_len) - args->
bytes_recv
;
1701
(args->
bytes_recv
>=
1706
args->
bytes_recv
,
1719
r2t.offset = args->
bytes_recv
;
[
all
...]
initiator.c
2571
scsi_cmd->bytes_sent = scsi_cmd->
bytes_recv
= 0;
3321
RETURN_NOT_EQUAL("scsi_cmd->
bytes_recv
", scsi_cmd->
bytes_recv
, scsi_cmd->bidi_trans_len, NO_CLEANUP, -1);
3323
if (scsi_cmd->
bytes_recv
!= scsi_cmd->bidi_trans_len) {
3325
"scsi_cmd->
bytes_recv
\n");
3544
scsi_cmd->
bytes_recv
+= data.length;
3554
scsi_cmd->
bytes_recv
+= data.length;
/src/lib/libbluetooth/
bluetooth.h
95
uint32_t
bytes_recv
;
member in struct:bt_devinfo
bt_dev.c
819
info->
bytes_recv
= btr.btr_stats.byte_rx;
/src/external/bsd/iscsi/dist/include/
iscsiprotocol.h
400
uint32_t
bytes_recv
;
member in struct:iscsi_scsi_cmd_args_t
Completed in 19 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026