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 |
pid_t | rtm_pid |
int | rtm_seq |
int | rtm_errno |
int | rtm_use |
u_int32_t | rtm_inits |
struct rt_metrics | rtm_rmx |
Definition at line 151 of file net-route.h.
int rt_msghdr::rtm_addrs |
Definition at line 158 of file net-route.h.
int rt_msghdr::rtm_errno |
Definition at line 161 of file net-route.h.
int rt_msghdr::rtm_flags |
Definition at line 157 of file net-route.h.
u_short rt_msghdr::rtm_index |
Definition at line 156 of file net-route.h.
u_int32_t rt_msghdr::rtm_inits |
Definition at line 163 of file net-route.h.
u_short rt_msghdr::rtm_msglen |
Definition at line 153 of file net-route.h.
pid_t rt_msghdr::rtm_pid |
Definition at line 159 of file net-route.h.
struct rt_metrics rt_msghdr::rtm_rmx |
Definition at line 164 of file net-route.h.
int rt_msghdr::rtm_seq |
Definition at line 160 of file net-route.h.
u_char rt_msghdr::rtm_type |
Definition at line 155 of file net-route.h.
int rt_msghdr::rtm_use |
Definition at line 162 of file net-route.h.
u_char rt_msghdr::rtm_version |
Definition at line 154 of file net-route.h.