:orphan: .. index:: pair: struct; tapi_arp_frame .. _doxid-structtapi__arp__frame: struct tapi_arp_frame ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure that represents ARP frame: Ethernet header and ARP header :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_arp_frame { // fields :ref:`ndn_eth_header_plain` :ref:`eth_hdr`; :ref:`ndn_arp_header_plain` :ref:`arp_hdr`; uint32_t :ref:`data_len`; uint8_t* :ref:`data`; }; .. _details-structtapi__arp__frame: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure that represents ARP frame: Ethernet header and ARP header Fields ------ .. index:: pair: variable; eth_hdr .. _doxid-structtapi__arp__frame_1adf4ba912b75c43991aaa56515c567623: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ndn_eth_header_plain` eth_hdr Ethernet header .. index:: pair: variable; arp_hdr .. _doxid-structtapi__arp__frame_1a523f770f602405776c7995d3d1cd67aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ndn_arp_header_plain` arp_hdr ARP header .. index:: pair: variable; data_len .. _doxid-structtapi__arp__frame_1abf615090e3521066cd10fc7d9fb5d5db: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t data_len Data length .. index:: pair: variable; data .. _doxid-structtapi__arp__frame_1afa896cb311fce7655caf92da196183a2: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* data The data that goes after ARP header