Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nf_conntrack_ftp.h
Go to the documentation of this file.
1 #ifndef _UAPI_NF_CONNTRACK_FTP_H
2 #define _UAPI_NF_CONNTRACK_FTP_H
3 /* FTP tracking. */
4 
5 /* This enum is exposed to userspace */
7  /* PORT command from client */
9  /* PASV response from server */
11  /* EPRT command from client */
13  /* EPSV response from server */
15 };
16 
17 
18 #endif /* _UAPI_NF_CONNTRACK_FTP_H */