summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/netfilter_ipv4/ip_conntrack_tftp.h
blob: 7a68bafaac2d258c1f78584abb826c4905374652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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

#endif /* _IP_CT_TFTP */