#include "uip_arp.h"#include <string.h>Go to the source code of this file.
Data Structures | |
| struct | arp_hdr |
| struct | ethip_hdr |
| struct | arp_entry |
Defines | |
| #define | ARP_REQUEST 1 |
| #define | ARP_REPLY 2 |
| #define | ARP_HWTYPE_ETH 1 |
| #define | BUF ((struct arp_hdr *)&uip_buf[0]) |
| #define | IPBUF ((struct ethip_hdr *)&uip_buf[0]) |
Functions | |
| void | uip_arp_init (void) |
| void | uip_arp_timer (void) |
| void | uip_arp_ipin (void) |
| void | uip_arp_arpin (void) |
| void | uip_arp_out (void) |
Variables | |
| struct arp_hdr | PACK_STRUCT_END |
Implementation of the ARP Address Resolution Protocol.
Definition in file uip_arp.c.
1.7.1