Home
last modified time | relevance | path

Searched defs:ncp_server (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/ncpfs/
Dncp_fs_sb.h40 struct ncp_server { struct
42 struct ncp_mount_data_kernel m; /* Nearly all of the mount data is of
46 __u8 name_space[NCP_NUMBER_OF_VOLUMES + 2];
48 struct file *ncp_filp; /* File pointer to ncp socket */
49 struct socket *ncp_sock;/* ncp socket */
50 struct file *info_filp;
51 struct socket *info_sock;
53 u8 sequence;
54 u8 task;
55 u16 connection; /* Remote connection number */
[all …]