:orphan: .. index:: pair: struct; l2tp_ipaddr_range .. _doxid-structl2tp__ipaddr__range: struct l2tp_ipaddr_range ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure for the IP-address pool :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct l2tp_ipaddr_range { // fields struct sockaddr* :ref:`start`; struct sockaddr* :ref:`end`; enum :ref:`l2tp_policy` :ref:`type`; }; .. _details-structl2tp__ipaddr__range: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure for the IP-address pool Fields ------ .. index:: pair: variable; start .. _doxid-structl2tp__ipaddr__range_1a8c058dddd4a374b6283d909d6589a32d: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr* start The left boundary of the pool .. index:: pair: variable; end .. _doxid-structl2tp__ipaddr__range_1a80da5449d5eeeef08b3bb9e113582e0f: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr* end The right boundary of the pool .. index:: pair: variable; type .. _doxid-structl2tp__ipaddr__range_1a9dc3d651f17cf1563fd60447f0e68fc2: .. ref-code-block:: cpp :class: doxyrest-title-code-block enum :ref:`l2tp_policy` type Above pool can be allowed or denied