Home
last modified time | relevance | path

Searched refs:SMB2_TF_MSG_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/net/samba412/samba-4.12.15/libcli/smb/
H A Dsmb2_constants.h29 #define SMB2_TF_MSG_SIZE 0x24 /* 4 bytes */ macro
H A Dsmb2_signing.c425 SIVAL(tf, SMB2_TF_MSG_SIZE, m_total); in smb2_signing_encrypt_pdu()
621 msg_size = IVAL(tf, SMB2_TF_MSG_SIZE); in smb2_signing_decrypt_pdu()
H A DsmbXcli_base.c3549 enc_len = IVAL(tf, SMB2_TF_MSG_SIZE); in smb2cli_inbuf_parse_compound()
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsmb2_server.c410 enc_len = IVAL(tf, SMB2_TF_MSG_SIZE); in smbd_smb2_inbuf_parse_compound()