#include <avr/pgmspace.h>
#include <stdio.h>
#include <stdlib.h>
#include "arp.h"
#include "ethernet.h"
#include "enc28j60.h"
#include "ip.h"
#include "../hardware/uart.h"
#include "../hardware/timer1.h"
Include-Abhängigkeitsdiagramm für arp.c:
Funktionen | |
void | arp (unsigned int packet_lenght, unsigned char *ethernetbuffer) |
unsigned int | GetIP2MAC (unsigned long IP, unsigned char *MACbuffer) |
Ermittelt für eine IP-Adresse die MAC-Adresse. | |
Variablen | |
ARP_TABLE | ARPtable [MAX_ARPTABLE_ENTRYS] |
ARP_TABLE * | ARP_table |