Searched defs:ncp_server (Results 1 – 1 of 1) sorted by relevance
40 struct ncp_server { struct41 struct rcu_head rcu;42 struct ncp_mount_data_kernel m; /* Nearly all of the mount data is of46 __u8 name_space[NCP_NUMBER_OF_VOLUMES + 2];48 struct socket *ncp_sock;/* ncp socket */49 struct socket *info_sock;51 u8 sequence;52 u8 task;53 u16 connection; /* Remote connection number */55 u8 completion; /* Status message from server */[all …]