Searched defs:nhop_external (Results 1 – 2 of 2) sorted by relevance
188 struct nhop_external { struct190 uint32_t nh_idx; /* Nexthop index */191 uint32_t nh_fib; /* Fib nexhop is attached to */193 uint32_t aifindex; /* address ifindex */194 uint8_t prepend_len; /* length of the prepend */195 uint8_t nh_family; /* address family */196 uint16_t nh_type; /* nexthop type */197 uint16_t nh_mtu; /* nexthop mtu */199 uint16_t nh_flags; /* nhop flags */200 struct in_addr nh_addr; /* GW/DST IPv4 address */[all …]