#ifndef ETHERLIB_TEST_ARP_CONNBLOCK_H #define ETHERLIB_TEST_ARP_CONNBLOCK_H #endif //ETHERLIB_TEST_ARP_CONNBLOCK_H #include #include "../../connection_block.h" #include "../../eth_interface.h" /** * Create new ARP connection block. * @param intf associated Ethernet interface * @return ARP connection block */ ConnBlock arp_new_connblock(EthInterface * intf);