Home
last modified time | relevance | path

Searched refs:MaxRecvDataSegmentLength (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/iscsid/
H A Dvscsi.c131 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 Discsid.c60 .MaxRecvDataSegmentLength = 8192,
366 res->MaxRecvDataSegmentLength = his->MaxRecvDataSegmentLength; in iscsi_merge_conn_params()
H A Dinitiator.c80 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 Dconnection.c322 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 Discsid.h218 u_int32_t MaxRecvDataSegmentLength; member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp212 unsigned int MaxRecvDataSegmentLength : 1; member
227 uint32_t MaxRecvDataSegmentLength; member