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

/linux-4.1.27/fs/ncpfs/
H A Dncplib_kernel.c143 ncp_reply_dword(struct ncp_server *server, int offset) ncp_reply_dword() function
149 return le32_to_cpu(ncp_reply_dword(server, offset)); ncp_reply_dword_lh()
470 if (DOS_dir_base) *DOS_dir_base=ncp_reply_dword(server, 0x34); ncp_obtain_DOS_dir_base()
564 *dirEntNum = ncp_reply_dword(server, 0x30); ncp_ObtainSpecificDirBase()
566 *DosDirNum = ncp_reply_dword(server, 0x34); ncp_ObtainSpecificDirBase()
616 *dirent = *dosdirent = ncp_reply_dword(server, 4); ncp_get_volume_root()

Completed in 36 milliseconds