:orphan: .. index:: pair: group; PPP .. _doxid-group__tapi__tad__ppp: PPP === .. toctree:: :hidden: Overview ~~~~~~~~ Copyright (C) 2004-2022 OKTET Labs Ltd. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions :ref:`te_errno` :ref:`tapi_ppp_add_csap_layer`(:ref:`asn_value`** csap_spec, uint16_t protocol); :ref:`te_errno` :ref:`tapi_ppp_add_pdu`(:ref:`asn_value`** tmpl_or_ptrn, :ref:`asn_value`** pdu, bool is_pattern, uint16_t protocol); .. _details-group__tapi__tad__ppp: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; tapi_ppp_add_csap_layer .. _doxid-group__tapi__tad__ppp_1ga538199438ffd3b4c08dfa55893ba8f28: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_ppp_add_csap_layer(:ref:`asn_value`** csap_spec, uint16_t protocol) Add PPP layer in CSAP specification. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - csap_spec - Location of CSAP specification pointer. * - Status - code. .. index:: pair: function; tapi_ppp_add_pdu .. _doxid-group__tapi__tad__ppp_1ga24a3a6dedd6740dbc39dee1b0de44ec7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_ppp_add_pdu(:ref:`asn_value`** tmpl_or_ptrn, :ref:`asn_value`** pdu, bool is_pattern, uint16_t protocol) Add PPP PDU as the last PDU to the last unit of the traffic template or pattern. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - tmpl_or_ptrn - Location of ASN.1 value with traffic template or pattern * - pdu - Location for ASN.1 value pointer with added PDU * - is_pattern - Is the first argument template or pattern * - group_addr - Protocol. .. rubric:: Returns: Status code.