|
|
| File: [Development] / linux-2.4-xfs / include / linux / netfilter_ipv4 / ip_conntrack_tftp.h (download)
Revision 1.2, Mon Aug 9 04:52:50 2004 UTC (13 years, 2 months ago) by nathans
Merge up to 2.4.27. |
#ifndef _IP_CT_TFTP
#define _IP_CT_TFTP
#define TFTP_PORT 69
struct tftphdr {
u_int16_t opcode;
};
#define TFTP_OPCODE_READ 1
#define TFTP_OPCODE_WRITE 2
#define TFTP_OPCODE_DATA 3
#define TFTP_OPCODE_ACK 4
#define TFTP_OPCODE_ERROR 5
#endif /* _IP_CT_TFTP */