Searched defs:nhop_object (Results 1 – 1 of 1) sorted by relevance
123 struct nhop_object { struct124 uint16_t nh_flags; /* nhop flags */125 uint16_t nh_mtu; /* nexthop mtu */126 union {133 struct ifnet *nh_ifp; /* Logical egress interface. Always != NULL */134 struct ifaddr *nh_ifa; /* interface address to use. Always != NULL */135 struct ifnet *nh_aifp; /* ifnet of the source address. Always != NULL */136 counter_u64_t nh_pksent; /* packets sent using this nhop */138 uint8_t nh_prepend_len; /* length of prepend data */139 uint8_t spare[3];[all …]