Go to the documentation of this file.
11 #include <linux/types.h>
13 #include <linux/net.h>
18 #define NCP_DEFAULT_OPTIONS 0
25 #define NCP_IMOUNT_LOGGEDIN_POSSIBLE 0x0001
160 #define NCP_FLAG_UTF8 1
162 #define NCP_CLR_FLAG(server, flag) ((server)->flags &= ~(flag))
163 #define NCP_SET_FLAG(server, flag) ((server)->flags |= (flag))
164 #define NCP_IS_FLAG(server, flag) ((server)->flags & (flag))
166 static inline int ncp_conn_valid(
struct ncp_server *server)
171 static inline void ncp_invalidate_conn(
struct ncp_server *server)