#include <linux/if.h>
#include <linux/compiler.h>
Go to the source code of this file.
|
#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 */ |
|
#define rt_mss rt_mtu /* Compatibility :-( */ |
#define RTF_DYNAMIC 0x0010 /* created dyn. (by redirect) */ |
#define RTF_GATEWAY 0x0002 /* destination is a gateway */ |
#define RTF_HOST 0x0004 /* host entry (net otherwise) */ |
#define RTF_IRTT 0x0100 /* Initial round trip time */ |
#define RTF_MODIFIED 0x0020 /* modified dyn. (by redirect) */ |
#define RTF_MSS RTF_MTU /* Compatibility :-( */ |
#define RTF_MTU 0x0040 /* specific MTU for this route */ |
#define RTF_REINSTATE 0x0008 /* reinstate route after tmout */ |
#define RTF_REJECT 0x0200 /* Reject route */ |
#define RTF_UP 0x0001 /* route usable */ |
#define RTF_WINDOW 0x0080 /* per route window clamping */ |