:orphan: .. index:: pair: struct; ta_rt_nexthop_t .. _doxid-structta__rt__nexthop__t: struct ta_rt_nexthop_t ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Nexthop of a multipath route. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ta_rt_nexthop_t { // fields uint16_t :ref:`flags`; struct sockaddr_storage :ref:`gw`; char :ref:`ifname`[IF_NAMESIZE]; unsigned int :ref:`weight`; unsigned int :ref:`id`; // methods :ref:`TAILQ_ENTRY`(ta_rt_nexthop_t); }; .. _details-structta__rt__nexthop__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Nexthop of a multipath route. Fields ------ .. index:: pair: variable; flags .. _doxid-structta__rt__nexthop__t_1aa16d4b7b1133ec9f0b8d8f9c33b63702: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t flags Flags (see above). .. index:: pair: variable; gw .. _doxid-structta__rt__nexthop__t_1a26e8ad8cd872b96e8396570691e6854b: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_storage gw Gateway address. .. index:: pair: variable; ifname .. _doxid-structta__rt__nexthop__t_1ab9b6218451bffb73e6ac74ad679f90cb: .. ref-code-block:: cpp :class: doxyrest-title-code-block char ifname[IF_NAMESIZE] Interface name. .. index:: pair: variable; weight .. _doxid-structta__rt__nexthop__t_1a46cc15a83445ac48ce64690792e2a7b2: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int weight Weight. .. index:: pair: variable; id .. _doxid-structta__rt__nexthop__t_1a0fac4df13082a88bac9304a723214932: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int id Internal ID, used when editing existing route. Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structta__rt__nexthop__t_1a9fe09912e9c42a8ed3129a94ea0be4b9: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(ta_rt_nexthop_t) Queue links.