Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rtentry Struct Reference

#include <route.h>

Data Fields

unsigned long rt_pad1
 
struct sockaddr rt_dst
 
struct sockaddr rt_gateway
 
struct sockaddr rt_genmask
 
unsigned short rt_flags
 
short rt_pad2
 
unsigned long rt_pad3
 
voidrt_pad4
 
short rt_metric
 
char __userrt_dev
 
unsigned long rt_mtu
 
unsigned long rt_window
 
unsigned short rt_irtt
 

Detailed Description

Definition at line 30 of file route.h.

Field Documentation

char __user* rt_dev

Definition at line 40 of file route.h.

struct sockaddr rt_dst

Definition at line 32 of file route.h.

unsigned short rt_flags

Definition at line 35 of file route.h.

struct sockaddr rt_gateway

Definition at line 33 of file route.h.

struct sockaddr rt_genmask

Definition at line 34 of file route.h.

unsigned short rt_irtt

Definition at line 46 of file route.h.

short rt_metric

Definition at line 39 of file route.h.

unsigned long rt_mtu

Definition at line 41 of file route.h.

unsigned long rt_pad1

Definition at line 31 of file route.h.

short rt_pad2

Definition at line 36 of file route.h.

unsigned long rt_pad3

Definition at line 37 of file route.h.

void* rt_pad4

Definition at line 38 of file route.h.

unsigned long rt_window

Definition at line 45 of file route.h.


The documentation for this struct was generated from the following file: