:orphan: .. index:: pair: struct; ndn_arp_header_plain .. _doxid-structndn__arp__header__plain: struct ndn_arp_header_plain =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure that represents ARP header (see RFC 826) :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ndn_arp_header_plain { // fields uint16_t :ref:`hw_type`; uint16_t :ref:`proto_type`; uint8_t :ref:`hw_size`; uint8_t :ref:`proto_size`; uint16_t :ref:`opcode`; uint8_t :ref:`snd_hw_addr`[NDN_ARP_HW_SIZE_MAX]; uint8_t :ref:`snd_proto_addr`[NDN_ARP_PROTO_SIZE_MAX]; uint8_t :ref:`tgt_hw_addr`[NDN_ARP_HW_SIZE_MAX]; uint8_t :ref:`tgt_proto_addr`[NDN_ARP_PROTO_SIZE_MAX]; }; .. _details-structndn__arp__header__plain: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure that represents ARP header (see RFC 826) Fields ------ .. index:: pair: variable; hw_type .. _doxid-structndn__arp__header__plain_1ae2c162d9c47bb59fceef7b6a6c7b893d: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t hw_type Hardware type filed .. index:: pair: variable; proto_type .. _doxid-structndn__arp__header__plain_1a620dfc45505d8f9d435d7f5ccf80ab79: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t proto_type Protocol type filed .. index:: pair: variable; hw_size .. _doxid-structndn__arp__header__plain_1a0ff206adbcb1838caf3d6a184caa72fa: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t hw_size Size of hardware address .. index:: pair: variable; proto_size .. _doxid-structndn__arp__header__plain_1ad233dffba6cddbea8289994ed479f802: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t proto_size Size of protocol address .. index:: pair: variable; opcode .. _doxid-structndn__arp__header__plain_1a15424a0bea044a872a68d0d7cb98490c: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t opcode Operation type .. index:: pair: variable; snd_hw_addr .. _doxid-structndn__arp__header__plain_1a08332528e560ad7d280c9b7e13a9b405: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t snd_hw_addr[NDN_ARP_HW_SIZE_MAX] Sender hardware address .. index:: pair: variable; snd_proto_addr .. _doxid-structndn__arp__header__plain_1abade57e384c7b9644c1d134cd7064dcc: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t snd_proto_addr[NDN_ARP_PROTO_SIZE_MAX] Sender protocol address .. index:: pair: variable; tgt_hw_addr .. _doxid-structndn__arp__header__plain_1a897a458fc2adacbd53be99f2b65afc19: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t tgt_hw_addr[NDN_ARP_HW_SIZE_MAX] Target hardware address .. index:: pair: variable; tgt_proto_addr .. _doxid-structndn__arp__header__plain_1a57924d65a72ec375cb33473fe1ae8f4b: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t tgt_proto_addr[NDN_ARP_PROTO_SIZE_MAX] Target protocol address