Searched refs:MIN_SMB_SIZE (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/
H A Dclireadwrite.c48 readsize = (tree->session->transport->negotiate.max_xmit - (MIN_SMB_SIZE+32));
94 int block = (tree->session->transport->negotiate.max_xmit - (MIN_SMB_SIZE+32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/
H A Dclireadwrite.c48 readsize = (tree->session->transport->negotiate.max_xmit - (MIN_SMB_SIZE+32));
94 int block = (tree->session->transport->negotiate.max_xmit - (MIN_SMB_SIZE+32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/
H A Dclireadwrite.c48 readsize = (tree->session->transport->negotiate.max_xmit - (MIN_SMB_SIZE+32));
94 int block = (tree->session->transport->negotiate.max_xmit - (MIN_SMB_SIZE+32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/raw/
H A Dclitransport.c390 if (len >= MIN_SMB_SIZE) {
423 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE) {
428 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct)) {
438 if (req->in.size >= NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct)) {
441 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct) + req->in.data_size) {
445 req->in.data_size = req->in.size - (NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct));
H A Drawnotify.c115 if (len >= MIN_SMB_SIZE + NBT_HDR_SIZE &&
H A Dsmb.h216 #define MIN_SMB_SIZE 35 macro
H A Drawrequest.c126 req = smbcli_request_setup_nonsmb(transport, NBT_HDR_SIZE + MIN_SMB_SIZE + wct*2 + buflen);
378 if (len != MIN_SMB_SIZE + VWV(8) + NBT_HDR_SIZE ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/raw/
H A Dclitransport.c390 if (len >= MIN_SMB_SIZE) {
423 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE) {
428 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct)) {
438 if (req->in.size >= NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct)) {
441 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct) + req->in.data_size) {
445 req->in.data_size = req->in.size - (NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct));
H A Drawnotify.c115 if (len >= MIN_SMB_SIZE + NBT_HDR_SIZE &&
H A Dsmb.h216 #define MIN_SMB_SIZE 35 macro
H A Drawrequest.c126 req = smbcli_request_setup_nonsmb(transport, NBT_HDR_SIZE + MIN_SMB_SIZE + wct*2 + buflen);
378 if (len != MIN_SMB_SIZE + VWV(8) + NBT_HDR_SIZE ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/raw/
H A Dclitransport.c390 if (len >= MIN_SMB_SIZE) {
423 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE) {
428 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct)) {
438 if (req->in.size >= NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct)) {
441 if (req->in.size < NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct) + req->in.data_size) {
445 req->in.data_size = req->in.size - (NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct));
H A Drawnotify.c115 if (len >= MIN_SMB_SIZE + NBT_HDR_SIZE &&
H A Dsmb.h216 #define MIN_SMB_SIZE 35 macro
H A Drawrequest.c126 req = smbcli_request_setup_nonsmb(transport, NBT_HDR_SIZE + MIN_SMB_SIZE + wct*2 + buflen);
378 if (len != MIN_SMB_SIZE + VWV(8) + NBT_HDR_SIZE ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smb_server/
H A Dsmb_server.c51 if (blob.length < (NBT_HDR_SIZE + MIN_SMB_SIZE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smb_server/
H A Dsmb_server.c51 if (blob.length < (NBT_HDR_SIZE + MIN_SMB_SIZE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smb_server/
H A Dsmb_server.c51 if (blob.length < (NBT_HDR_SIZE + MIN_SMB_SIZE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smb_server/smb/
H A Dreceive.c376 if ((NBT_HDR_SIZE + MIN_SMB_SIZE) > blob.length) {
420 if (NBT_HDR_SIZE + MIN_SMB_SIZE + 2*req->in.wct > req->in.size) {
426 if (NBT_HDR_SIZE + MIN_SMB_SIZE + 2*req->in.wct + req->in.data_size > req->in.size) {
H A Drequest.c122 req->out.size = NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct) + buflen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smb_server/smb/
H A Dreceive.c376 if ((NBT_HDR_SIZE + MIN_SMB_SIZE) > blob.length) {
420 if (NBT_HDR_SIZE + MIN_SMB_SIZE + 2*req->in.wct > req->in.size) {
426 if (NBT_HDR_SIZE + MIN_SMB_SIZE + 2*req->in.wct + req->in.data_size > req->in.size) {
H A Drequest.c122 req->out.size = NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct) + buflen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smb_server/smb/
H A Dreceive.c376 if ((NBT_HDR_SIZE + MIN_SMB_SIZE) > blob.length) {
420 if (NBT_HDR_SIZE + MIN_SMB_SIZE + 2*req->in.wct > req->in.size) {
426 if (NBT_HDR_SIZE + MIN_SMB_SIZE + 2*req->in.wct + req->in.data_size > req->in.size) {
H A Drequest.c122 req->out.size = NBT_HDR_SIZE + MIN_SMB_SIZE + VWV(wct) + buflen;

Completed in 205 milliseconds