OpenVPN 3 Core Library
|
#include <net-route.h>
Public Attributes | |
u_short | rtm_msglen |
u_char | rtm_version |
u_char | rtm_type |
u_short | rtm_index |
int | rtm_flags |
int | rtm_addrs |
int32_t | rtm_refcnt |
int | rtm_parentflags |
int | rtm_reserved |
int | rtm_use |
u_int32_t | rtm_inits |
struct rt_metrics | rtm_rmx |
Definition at line 167 of file net-route.h.
int rt_msghdr2::rtm_addrs |
Definition at line 174 of file net-route.h.
int rt_msghdr2::rtm_flags |
Definition at line 173 of file net-route.h.
u_short rt_msghdr2::rtm_index |
Definition at line 172 of file net-route.h.
u_int32_t rt_msghdr2::rtm_inits |
Definition at line 179 of file net-route.h.
u_short rt_msghdr2::rtm_msglen |
Definition at line 169 of file net-route.h.
int rt_msghdr2::rtm_parentflags |
Definition at line 176 of file net-route.h.
int32_t rt_msghdr2::rtm_refcnt |
Definition at line 175 of file net-route.h.
int rt_msghdr2::rtm_reserved |
Definition at line 177 of file net-route.h.
struct rt_metrics rt_msghdr2::rtm_rmx |
Definition at line 180 of file net-route.h.
u_char rt_msghdr2::rtm_type |
Definition at line 171 of file net-route.h.
int rt_msghdr2::rtm_use |
Definition at line 178 of file net-route.h.
u_char rt_msghdr2::rtm_version |
Definition at line 170 of file net-route.h.