15 lines
377 B
C
15 lines
377 B
C
#ifndef ETHERLIB_TEST_ARP_CONNBLOCK_H
|
|
#define ETHERLIB_TEST_ARP_CONNBLOCK_H
|
|
|
|
#endif //ETHERLIB_TEST_ARP_CONNBLOCK_H
|
|
|
|
#include <stdint.h>
|
|
#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); |