Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
nf_conntrack_tftp.h File Reference

Go to the source code of this file.

Data Structures

struct  tftphdr
 

Macros

#define TFTP_PORT   69
 
#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
 

Variables

unsigned int(* nf_nat_tftp_hook )(struct sk_buff *skb, enum ip_conntrack_info ctinfo, struct nf_conntrack_expect *exp)
 

Macro Definition Documentation

#define TFTP_OPCODE_ACK   4

Definition at line 13 of file nf_conntrack_tftp.h.

#define TFTP_OPCODE_DATA   3

Definition at line 12 of file nf_conntrack_tftp.h.

#define TFTP_OPCODE_ERROR   5

Definition at line 14 of file nf_conntrack_tftp.h.

#define TFTP_OPCODE_READ   1

Definition at line 10 of file nf_conntrack_tftp.h.

#define TFTP_OPCODE_WRITE   2

Definition at line 11 of file nf_conntrack_tftp.h.

#define TFTP_PORT   69

Definition at line 4 of file nf_conntrack_tftp.h.

Variable Documentation

unsigned int(* nf_nat_tftp_hook)(struct sk_buff *skb, enum ip_conntrack_info ctinfo, struct nf_conntrack_expect *exp)

Definition at line 33 of file nf_conntrack_tftp.c.