Searched refs:ncp_add_word (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/ncpfs/ |
D | ncplib_kernel.c | 31 static void ncp_add_word(struct ncp_server *server, __u16 x) in ncp_add_word() function 116 ncp_add_word(server, htons(size)); in ncp_negotiate_buffersize() 142 ncp_add_word(server, htons(size)); in ncp_negotiate_size_and_options() 284 ncp_add_word(server, htons(0x0680)); /* get all */ in ncp_obtain_info() 310 ncp_add_word(server, htons(0x0680)); /* get all */ in ncp_obtain_DOS_dir_base() 333 ncp_add_word(server, 0); in ncp_get_known_namespace() 383 ncp_add_word(server, htons(0x0680)); /* get all */ in ncp_ObtainSpecificDirBase() 484 ncp_add_word(server, htons(0x0680)); /* search attribs: all */ in ncp_modify_file_or_subdir_dos_info_path() 515 ncp_add_word(server, attr); /* search attribs: all */ in ncp_DeleteNSEntry() 598 ncp_add_word(server, search_attribs); in ncp_open_create_file_or_subdir() [all …]
|