Searched refs:SMB_SKEYLEN (Results 1 – 2 of 2) sorted by relevance
81 #define SMB_SKEYLEN 21 /* search context */ macro82 #define SMB_DENTRYLEN (SMB_SKEYLEN + 22) /* entire entry */112 u_char f_skey[SMB_SKEYLEN]; /* server side search context */
982 mb_put_uint16le(mbp, SMB_SKEYLEN); in smbfs_smb_search()983 mb_put_mem(mbp, ctx->f_skey, SMB_SKEYLEN, MB_MSYSTEM); in smbfs_smb_search()1058 md_get_mem(mbp, ctx->f_skey, SMB_SKEYLEN, MB_MSYSTEM); in smbfs_findnextLM1()