Searched defs:nhop_external (Results 1 – 1 of 1) sorted by relevance
237 struct nhop_external { struct238 uint32_t nh_len; /* length of the datastructure */239 uint32_t nh_idx; /* Nexthop index */240 uint32_t nh_fib; /* Fib nexhop is attached to */241 uint32_t ifindex; /* transmit interface ifindex */242 uint32_t aifindex; /* address ifindex */243 uint8_t prepend_len; /* length of the prepend */244 uint8_t nh_family; /* address family */245 uint16_t nh_type; /* nexthop type */246 uint16_t nh_mtu; /* nexthop mtu */[all …]