Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ncpfs/
Dncplib_kernel.c143 ncp_reply_dword(struct ncp_server *server, int offset) in ncp_reply_dword() function
149 return le32_to_cpu(ncp_reply_dword(server, offset)); in ncp_reply_dword_lh()
471 if (DOS_dir_base) *DOS_dir_base=ncp_reply_dword(server, 0x34); in ncp_obtain_DOS_dir_base()
566 *dirEntNum = ncp_reply_dword(server, 0x30); in ncp_ObtainSpecificDirBase()
568 *DosDirNum = ncp_reply_dword(server, 0x34); in ncp_ObtainSpecificDirBase()
618 *dirent = *dosdirent = ncp_reply_dword(server, 4); in ncp_get_volume_root()