libnl 3.9.0
rtnl_nexthop Struct Reference

Data Fields

uint8_t rtnh_flags
 
uint8_t rtnh_flag_mask
 
uint8_t rtnh_weight
 
uint32_t rtnh_ifindex
 
struct nl_addr * rtnh_gateway
 
uint32_t ce_mask
 
struct nl_list_head rtnh_list
 
uint32_t rtnh_realms
 
struct nl_addr * rtnh_newdst
 
struct nl_addr * rtnh_via
 
struct rtnl_nh_encaprtnh_encap
 

Detailed Description

Definition at line 83 of file nl-route.h.

Field Documentation

◆ rtnh_flags

uint8_t rtnl_nexthop::rtnh_flags

Definition at line 84 of file nl-route.h.

◆ rtnh_flag_mask

uint8_t rtnl_nexthop::rtnh_flag_mask

Definition at line 85 of file nl-route.h.

◆ rtnh_weight

uint8_t rtnl_nexthop::rtnh_weight

Definition at line 86 of file nl-route.h.

◆ rtnh_ifindex

uint32_t rtnl_nexthop::rtnh_ifindex

Definition at line 88 of file nl-route.h.

◆ rtnh_gateway

struct nl_addr* rtnl_nexthop::rtnh_gateway

Definition at line 89 of file nl-route.h.

◆ ce_mask

uint32_t rtnl_nexthop::ce_mask

Definition at line 90 of file nl-route.h.

◆ rtnh_list

struct nl_list_head rtnl_nexthop::rtnh_list

Definition at line 91 of file nl-route.h.

◆ rtnh_realms

uint32_t rtnl_nexthop::rtnh_realms

Definition at line 92 of file nl-route.h.

◆ rtnh_newdst

struct nl_addr* rtnl_nexthop::rtnh_newdst

Definition at line 93 of file nl-route.h.

◆ rtnh_via

struct nl_addr* rtnl_nexthop::rtnh_via

Definition at line 94 of file nl-route.h.

◆ rtnh_encap

struct rtnl_nh_encap* rtnl_nexthop::rtnh_encap

Definition at line 95 of file nl-route.h.