Searched refs:MaxRecvDataSegmentLength (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/iscsid/ |
H A D | vscsi.c | 131 if (c && size > c->active.MaxRecvDataSegmentLength) in vscsi_dispatch() 132 size = c->active.MaxRecvDataSegmentLength; in vscsi_dispatch() 305 size = len - off > c->active.MaxRecvDataSegmentLength ? in vscsi_dataout() 306 c->active.MaxRecvDataSegmentLength : len - off; in vscsi_dataout()
|
H A D | iscsid.c | 60 .MaxRecvDataSegmentLength = 8192, 366 res->MaxRecvDataSegmentLength = his->MaxRecvDataSegmentLength; in iscsi_merge_conn_params()
|
H A D | initiator.c | 80 initiator_conn_defaults.MaxRecvDataSegmentLength = 65536; in initiator_init() 356 if (MINE_NOT_DEFAULT(c, MaxRecvDataSegmentLength)) in initiator_login_kvp() 367 if (MINE_NOT_DEFAULT(c, MaxRecvDataSegmentLength) && in initiator_login_kvp()
|
H A D | connection.c | 322 SET_NUM(k, c, MaxRecvDataSegmentLength, 512, 16777215); in conn_parse_kvp() 414 GET_NUM_P(kvp, key, MaxRecvDataSegmentLength, c, f, e); in kvp_set_from_mine()
|
H A D | iscsid.h | 218 u_int32_t MaxRecvDataSegmentLength; member
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 212 unsigned int MaxRecvDataSegmentLength : 1; member 227 uint32_t MaxRecvDataSegmentLength; member
|