Go to the documentation of this file. 1 #ifndef _NF_CONNTRACK_TFTP_H
2 #define _NF_CONNTRACK_TFTP_H
10 #define TFTP_OPCODE_READ 1
11 #define TFTP_OPCODE_WRITE 2
12 #define TFTP_OPCODE_DATA 3
13 #define TFTP_OPCODE_ACK 4
14 #define TFTP_OPCODE_ERROR 5