Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
udp.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  udphdr
 

Macros

#define UDP_CORK   1 /* Never send partially complete segments */
 
#define UDP_ENCAP   100 /* Set the socket to accept encapsulated packets */
 
#define UDP_ENCAP_ESPINUDP_NON_IKE   1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
 
#define UDP_ENCAP_ESPINUDP   2 /* draft-ietf-ipsec-udp-encaps-06 */
 
#define UDP_ENCAP_L2TPINUDP   3 /* rfc2661 */
 

Macro Definition Documentation

#define UDP_CORK   1 /* Never send partially complete segments */

Definition at line 30 of file udp.h.

#define UDP_ENCAP   100 /* Set the socket to accept encapsulated packets */

Definition at line 31 of file udp.h.

#define UDP_ENCAP_ESPINUDP   2 /* draft-ietf-ipsec-udp-encaps-06 */

Definition at line 35 of file udp.h.

#define UDP_ENCAP_ESPINUDP_NON_IKE   1 /* draft-ietf-ipsec-nat-t-ike-00/01 */

Definition at line 34 of file udp.h.

#define UDP_ENCAP_L2TPINUDP   3 /* rfc2661 */

Definition at line 36 of file udp.h.