Searched refs:wct (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-smb.c400 u_int wct, bcc; local
404 wct = words[0];
408 if (wct == 1)
410 else if (wct == 17)
412 else if (wct == 13)
417 smb_fdata(words + 1, f1, SMBMIN(words + 1 + wct * 2, maxbuf),
420 print_data(words + 1, SMBMIN(wct * 2, PTR_DIFF(maxbuf, words + 1)));
441 u_int wct, bcc; local
445 wct = words[0];
447 if (wct
485 u_int wct, bcc; local
842 int wct; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Drequest.c451 int hdrlen, wct; local
455 wct = *(req->rq_header + smb_wct);
456 if (wct > 20) {
457 PARANOIA("wct too large, %d > 20\n", wct);
462 req->rq_resp_wct = wct;
463 hdrlen = SMB_HEADER_LEN + wct*2 + 2;
464 VERBOSE("header length: %d smb_wct: %2d\n", hdrlen, wct);
H A Dproto.h16 extern __u8 *smb_setup_header(struct smb_request *req, __u8 command, __u16 wct, __u16 bcc);
H A Dproc.c606 smb_verify(__u8 * packet, int command, int wct, int bcc) argument
610 if (SMB_WCT(packet) < wct)
621 printk(KERN_ERR "smb_verify: command=%x, wct=%d, SMB_WCT=%d??\n",
622 command, wct, SMB_WCT(packet));
807 smb_request_ok(struct smb_request *req, int command, int wct, int bcc) argument
811 req->rq_resp_wct = wct;
825 result = smb_verify(req->rq_header, command, wct, bcc);
979 smb_setup_header(struct smb_request *req, __u8 command, __u16 wct, __u16 bcc) argument
981 __u32 xmit_len = SMB_HEADER_LEN + wct * sizeof(__u16) + bcc + 2;
1007 *p++ = wct; /* wc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c222 small_smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, argument
238 tcon, wct);
247 small_smb_init_no_tc(const int smb_command, const int wct, argument
253 rc = small_smb_init(smb_command, wct, NULL, request_buf);
274 __smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, argument
290 wct);
300 smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, argument
309 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
313 smb_init_no_reconnect(int smb_command, int wct, struct cifsTconInfo *tcon, argument
319 return __smb_init(smb_command, wct, tco
1333 int wct; local
1438 int bytes_returned, wct; local
1556 int wct; local
[all...]
H A Dsess.c566 int wct; local
605 wct = 10; /* lanman 2 style sessionsetup */
608 wct = 13; /* old style NTLM sessionsetup */
610 wct = 12;
612 rc = small_smb_init_no_tc(SMB_COM_SESSION_SETUP_ANDX, wct, ses,
H A Dcifsproto.h97 extern int small_smb_init_no_tc(const int smb_cmd, const int wct,

Completed in 91 milliseconds