OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [linux-headers/] [include/] [linux/] [netfilter/] [nf_conntrack_ftp.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef _NF_CONNTRACK_FTP_H
2
#define _NF_CONNTRACK_FTP_H
3
/* FTP tracking. */
4
 
5
/* This enum is exposed to userspace */
6
enum nf_ct_ftp_type {
7
        /* PORT command from client */
8
        NF_CT_FTP_PORT,
9
        /* PASV response from server */
10
        NF_CT_FTP_PASV,
11
        /* EPRT command from client */
12
        NF_CT_FTP_EPRT,
13
        /* EPSV response from server */
14
        NF_CT_FTP_EPSV,
15
};
16
 
17
 
18
#endif /* _NF_CONNTRACK_FTP_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.