Skip to content
Snippets Groups Projects
arp.h 103 B
Newer Older
#ifndef ARP_H
#define ARP_H

void arp_poll();
void arp_init(const char *if_name, uint32_t ip);