blob: 8961b9ebbec7a295b88ada795212c280c99f7023 [file] [log] [blame]
/*
* This file is auto-generated. Modifications will be lost.
*
* See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
* for more information.
*/
#ifndef _UAPI_NF_CONNTRACK_FTP_H
#define _UAPI_NF_CONNTRACK_FTP_H
enum nf_ct_ftp_type {
NF_CT_FTP_PORT,
NF_CT_FTP_PASV,
NF_CT_FTP_EPRT,
NF_CT_FTP_EPSV,
};
#endif