Searched defs:ncp_server (Results 1 – 1 of 1) sorted by relevance
40 struct ncp_server { struct42 struct ncp_mount_data_kernel m; /* Nearly all of the mount data is of46 __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 …]