Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xprtsock.h
Go to the documentation of this file.
1 /*
2  * linux/include/linux/sunrpc/xprtsock.h
3  *
4  * Declarations for the RPC transport socket provider.
5  */
6 
7 #ifndef _LINUX_SUNRPC_XPRTSOCK_H
8 #define _LINUX_SUNRPC_XPRTSOCK_H
9 
10 #ifdef __KERNEL__
11 
12 int init_socket_xprt(void);
13 void cleanup_socket_xprt(void);
14 
15 #define RPC_MIN_RESVPORT (1U)
16 #define RPC_MAX_RESVPORT (65535U)
17 #define RPC_DEF_MIN_RESVPORT (665U)
18 #define RPC_DEF_MAX_RESVPORT (1023U)
19 
20 #endif /* __KERNEL__ */
21 
22 #endif /* _LINUX_SUNRPC_XPRTSOCK_H */