:orphan: .. index:: pair: struct; ta_rt_info_t .. _doxid-structta__rt__info__t: struct ta_rt_info_t =================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure that keeps system independent representation of the route :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ta_rt_info_t { // fields struct sockaddr_storage :ref:`dst`; struct sockaddr_storage :ref:`src`; uint32_t :ref:`prefix`; struct sockaddr_storage :ref:`gw`; ta_rt_nexthops_t :ref:`nexthops`; char :ref:`ifname`[IF_NAMESIZE]; uint16_t :ref:`flags`; uint32_t :ref:`metric`; uint32_t :ref:`mtu`; uint32_t :ref:`win`; uint32_t :ref:`irtt`; uint32_t :ref:`hoplimit`; uint32_t :ref:`tos`; :ref:`ta_route_type` :ref:`type`; uint32_t :ref:`table`; }; .. _details-structta__rt__info__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure that keeps system independent representation of the route Fields ------ .. index:: pair: variable; dst .. _doxid-structta__rt__info__t_1a90d816e1baa52c7fc033ce2e89b856a0: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_storage dst Route destination address .. index:: pair: variable; src .. _doxid-structta__rt__info__t_1a00fc3efab502746415ed6975611b0c30: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_storage src Route source address .. index:: pair: variable; prefix .. _doxid-structta__rt__info__t_1a2a703efe12d1c7b84c05ff65fade218f: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t prefix Route destination address prefix .. index:: pair: variable; gw .. _doxid-structta__rt__info__t_1abac50019fa76ea380b03a7e66a4f0565: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_storage gw Gateway address - for indirect routes .. index:: pair: variable; nexthops .. _doxid-structta__rt__info__t_1a2eb1557623fd3948d039e5d1784d2899: .. ref-code-block:: cpp :class: doxyrest-title-code-block ta_rt_nexthops_t nexthops Nexthops of a multipath route. .. index:: pair: variable; ifname .. _doxid-structta__rt__info__t_1ad01f63c832b962661ffdcc830052881b: .. ref-code-block:: cpp :class: doxyrest-title-code-block char ifname[IF_NAMESIZE] Interface name - for direct routes .. index:: pair: variable; flags .. _doxid-structta__rt__info__t_1a659b7eeca7fd8efcaefcfa137d8a8b24: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t flags Route flags .. index:: pair: variable; metric .. _doxid-structta__rt__info__t_1a0f0846e6d092d67049ee880a16e07b10: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t metric Route metric .. index:: pair: variable; mtu .. _doxid-structta__rt__info__t_1af30e7d873b8766b7b3408c4342240e1c: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t mtu Route MTU .. index:: pair: variable; win .. _doxid-structta__rt__info__t_1a93aa13c6f07786160854d48e0832a4a3: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t win Route window size .. index:: pair: variable; irtt .. _doxid-structta__rt__info__t_1aabd33a5b5c87b9a00b972064a6e746e7: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t irtt Route transfer time .. index:: pair: variable; hoplimit .. _doxid-structta__rt__info__t_1aef211338e67ed75eabaea3c0c895ffe8: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t hoplimit Route hoplimit .. index:: pair: variable; tos .. _doxid-structta__rt__info__t_1a3d02314767aa8e01bb88538a037eb49b: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t tos Route type of service .. index:: pair: variable; type .. _doxid-structta__rt__info__t_1a2baf87eafdba31d79838d338d81ae0e1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_route_type` type Route type (e.g. unicast) .. index:: pair: variable; table .. _doxid-structta__rt__info__t_1ad8246fa98457749da486ced7fc092c54: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t table Route table id