tag | line | file | source code |
wct | 40 | fs/smbfs/proc.c | static int smb_request_ok(struct smb_server *s, int command, int wct, int bcc); |
wct | 270 | fs/smbfs/proc.c | smb_verify(byte *packet, int command, int wct, int bcc) |
wct | 273 | fs/smbfs/proc.c | SMB_WCT(packet) >= wct && |
wct | 414 | fs/smbfs/proc.c | smb_request_ok(struct smb_server *s, int command, int wct, int bcc) |
wct | 431 | fs/smbfs/proc.c | else if (smb_verify(s->packet, command, wct, bcc) != 0) { |
wct | 468 | fs/smbfs/proc.c | smb_request_ok_unlock(struct smb_server *s, int command, int wct, int bcc) |
wct | 470 | fs/smbfs/proc.c | int result = smb_request_ok(s, command, wct, bcc); |
wct | 481 | fs/smbfs/proc.c | smb_setup_header(struct smb_server *server, byte command, word wct, word bcc) |
wct | 483 | fs/smbfs/proc.c | dword xmit_len = SMB_HEADER_LEN + wct * sizeof(word) + bcc + 2; |
wct | 510 | fs/smbfs/proc.c | *p++ = wct; /* wct */ |
wct | 511 | fs/smbfs/proc.c | p += 2*wct; |
wct | 522 | fs/smbfs/proc.c | byte command, word wct, word bcc) |
wct | 525 | fs/smbfs/proc.c | return smb_setup_header(server, command, wct, bcc); |