logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                    rte_arp.h(3)

Detailed Description

       ARP-related defines

       Definition in file rte_arp.h.

Function Documentation

struct__rte_aligned(2)
       ARP header IPv4 payload.

       ARP header. < sender hardware address

       < sender IP address

       < target hardware address

       < target IP address

       < format of hardware address

       < format of protocol address

       < length of hardware address

       < length of protocol address

       < ARP opcode (command)

       Definition at line 1 of file rte_arp.h.

   structrte_mbuf*rte_net_make_rarp_packet(structrte_mempool*mpool,conststructrte_ether_addr*mac)
       Make a RARP packet based on MAC addr.

       Parametersmpool Pointer to the rte_mempoolmac Pointer to the MAC addr

       Returns

           • RARP packet pointer on success, or NULL on error

Name

       rte_arp.h

Synopsis

       #include <stdint.h>
       #include <rte_ether.h>

   Functions
       struct __rte_aligned (2) rte_arp_ipv4
       struct rte_mbuf * rte_net_make_rarp_packet (struct rte_mempool *mpool, const struct rte_ether_addr *mac)

See Also