:orphan: .. index:: pair: group; IPv6 .. _doxid-group__tapi__tad__ip6: IPv6 ==== .. toctree:: :hidden: struct_tapi_ip6_packet_t.rst Overview ~~~~~~~~ Copyright (C) 2004-2022 OKTET Labs Ltd. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // typedefs typedef struct :ref:`tapi_ip6_packet_t` :target:`tapi_ip6_packet_t`; typedef void (*:target:`ip6_callback`)( const tapi_ip6_packet_t *pkt, void *userdata ); // structs struct :ref:`tapi_ip6_packet_t`; // global functions :ref:`tapi_tad_trrecv_cb_data`* :target:`tapi_ip6_eth_trrecv_cb_data`(ip6_callback callback, void* user_data); :ref:`te_errno` :ref:`tapi_ip6_add_csap_layer`(:ref:`asn_value`** csap_spec, const uint8_t* local_addr, const uint8_t* remote_addr, int next_header); :ref:`te_errno` :ref:`tapi_ip6_eth_csap_create`(const char* ta_name, int sid, const char* eth_dev, unsigned int receive_mode, const uint8_t* loc_mac_addr, const uint8_t* rem_mac_addr, const uint8_t* loc_ip6_addr, const uint8_t* rem_ip6_addr, int next_header, :ref:`csap_handle_t`* ip6_csap); :ref:`te_errno` :ref:`tapi_ip6_add_pdu`(:ref:`asn_value`** tmpl_or_ptrn, :ref:`asn_value`** pdu, bool is_pattern, const uint8_t* src_addr, const uint8_t* dst_addr, int next_header, int hop_limit); :ref:`te_errno` :ref:`tapi_ip6_get_payload_len`(:ref:`asn_value`* pdu, size_t* len); :ref:`te_errno` :ref:`tapi_ip6_pdu_tmpl_fragments`(:ref:`asn_value`** tmpl, :ref:`asn_value`** pdu, :ref:`tapi_ip_frag_spec`* fragments, unsigned int num_frags); .. _details-group__tapi__tad__ip6: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; tapi_ip6_add_csap_layer .. _doxid-group__tapi__tad__ip6_1gaca42c50628ba5ec4c2505f786b12eafb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_ip6_add_csap_layer(:ref:`asn_value`** csap_spec, const uint8_t* local_addr, const uint8_t* remote_addr, int next_header) Add IPv6 layer in CSAP specification. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - csap_spec - Location of CSAP specification pointer. * - local_addr - Default local IPv6 address * - remote_addr - Default remote IPv6 address * - next_header - Protocol or negative to keep unspecified. * - Status - code. .. index:: pair: function; tapi_ip6_eth_csap_create .. _doxid-group__tapi__tad__ip6_1ga3c642b9e43b182cc1a8217f25fbdd75b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_ip6_eth_csap_create(const char* ta_name, int sid, const char* eth_dev, unsigned int receive_mode, const uint8_t* loc_mac_addr, const uint8_t* rem_mac_addr, const uint8_t* loc_ip6_addr, const uint8_t* rem_ip6_addr, int next_header, :ref:`csap_handle_t`* ip6_csap) Create 'ip6.eth' CSAP .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta_name - Test Agent name * - sid - RCF SID * - eth_dev - Name of Ethernet interface * - receive_mode - Receive mode for Ethernet Layer on the Interface * - loc_mac_addr - Local MAC address (or NULL) * - rem_mac_addr - Remote MAC address (or NULL) * - loc_ip6_addr - Local IPv6 address * - rem_ip6_addr - Remote IPv6 address * - next_header - Protocol over IPv6 or negative number * - ip6_csap - Location for the IPv6 CSAP handle (OUT) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_ip6_add_pdu .. _doxid-group__tapi__tad__ip6_1gacbd782c9807c7ef918de0ee0f51b7b78: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_ip6_add_pdu(:ref:`asn_value`** tmpl_or_ptrn, :ref:`asn_value`** pdu, bool is_pattern, const uint8_t* src_addr, const uint8_t* dst_addr, int next_header, int hop_limit) Add IPv6 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 * - src_addr - Source IPv6 address * - dst_addr - Destination IPv6 address * - next_header - Protocol or negative to keep unspecified. * - hop_limit - Time-to-live or negative to keep unspecified. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_ip6_get_payload_len .. _doxid-group__tapi__tad__ip6_1ga6e6dfc2a522e60cdc80f39c003891e7d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_ip6_get_payload_len(:ref:`asn_value`* pdu, size_t* len) Compute IPv6 packet payload length from IP header length fields. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - pdu - IPv6 PDU. * - len - Where to save computed length. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_ip6_pdu_tmpl_fragments .. _doxid-group__tapi__tad__ip6_1ga6681cc2f907cbed721ecfcb3ded78608: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_ip6_pdu_tmpl_fragments(:ref:`asn_value`** tmpl, :ref:`asn_value`** pdu, :ref:`tapi_ip_frag_spec`* fragments, unsigned int num_frags) Add fragments specification to IPv6 PDU. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - tmpl - ``NULL`` or location of ASN.1 value with traffic template where IPv6 PDU should be added * - pdu - If ``tmpl`` is ``NULL``, this parameter must point to IPv6 PDU where to add fragments specification; on return, if this parameter is not ``NULL``, pointer to IPv6 PDU will be saved in it * - fragments - Array with IP fragments specifications * - num_frags - Number of IP fragments .. rubric:: Returns: Status code.