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

Go to the source code of this file.

Data Structures

struct  rtentry
 

Macros

#define rt_mss   rt_mtu /* Compatibility :-( */
 
#define RTF_UP   0x0001 /* route usable */
 
#define RTF_GATEWAY   0x0002 /* destination is a gateway */
 
#define RTF_HOST   0x0004 /* host entry (net otherwise) */
 
#define RTF_REINSTATE   0x0008 /* reinstate route after tmout */
 
#define RTF_DYNAMIC   0x0010 /* created dyn. (by redirect) */
 
#define RTF_MODIFIED   0x0020 /* modified dyn. (by redirect) */
 
#define RTF_MTU   0x0040 /* specific MTU for this route */
 
#define RTF_MSS   RTF_MTU /* Compatibility :-( */
 
#define RTF_WINDOW   0x0080 /* per route window clamping */
 
#define RTF_IRTT   0x0100 /* Initial round trip time */
 
#define RTF_REJECT   0x0200 /* Reject route */
 

Macro Definition Documentation

#define rt_mss   rt_mtu /* Compatibility :-( */

Definition at line 43 of file route.h.

#define RTF_DYNAMIC   0x0010 /* created dyn. (by redirect) */

Definition at line 54 of file route.h.

#define RTF_GATEWAY   0x0002 /* destination is a gateway */

Definition at line 51 of file route.h.

#define RTF_HOST   0x0004 /* host entry (net otherwise) */

Definition at line 52 of file route.h.

#define RTF_IRTT   0x0100 /* Initial round trip time */

Definition at line 59 of file route.h.

#define RTF_MODIFIED   0x0020 /* modified dyn. (by redirect) */

Definition at line 55 of file route.h.

#define RTF_MSS   RTF_MTU /* Compatibility :-( */

Definition at line 57 of file route.h.

#define RTF_MTU   0x0040 /* specific MTU for this route */

Definition at line 56 of file route.h.

#define RTF_REINSTATE   0x0008 /* reinstate route after tmout */

Definition at line 53 of file route.h.

#define RTF_REJECT   0x0200 /* Reject route */

Definition at line 60 of file route.h.

#define RTF_UP   0x0001 /* route usable */

Definition at line 50 of file route.h.

#define RTF_WINDOW   0x0080 /* per route window clamping */

Definition at line 58 of file route.h.