Files | |
file | uip_arp.c |
Implementation of the ARP Address Resolution Protocol. ARP(ÁÖ¼Ò °áÁ¤ ÇÁ·ÎÅäÄÝ)ÀÇ ±¸Çö. | |
file | uip_arp.h |
Macros and definitions for the ARP module. ARP ¸ðµâÀ» À§ÇÑ ¸ÅÅ©·Î¿Í Á¤ÀÇ. | |
Data Structures | |
struct | uip_eth_addr |
Representation of a 48-bit Ethernet address. 48-bit ÀÌ´õ³Ý ÁÖ¼ÒÀÇ Ç¥Çö. More... | |
struct | uip_eth_hdr |
The Ethernet header. ÀÌ´õ³Ý Çì´õ More... | |
Functions | |
void | uip_arp_init (void) |
Initialize the ARP module. ARP ¸ðµâÀÇ ÃʱâÈ. | |
void | uip_arp_ipin (void) |
ARP processing for incoming IP packets. µé¾î¿À´Â IP ÆÐŶ¿¡ ´ëÇÑ ARP ó¸®. | |
void | uip_arp_arpin (void) |
ARP processing for incoming ARP packets. µé¾î¿À´Â ARP ÆÐŶ¿¡ ´ëÇÑ ARP ó¸® | |
void | uip_arp_out (void) |
Prepend Ethernet header to an outbound IP packet and see if we need to send out an ARP request. ³ª°¡´Â IP ÆÐŶ¿¡ ´ëÇÑ ÀÌ´õ³Ý Çì´õÀÇ »ðÀÔ°ú ARP ¿äû Àü¼ÛÀÌ ÇÊ¿äÇÒ °æ¿ì º»´Ù. | |
void | uip_arp_timer (void) |
Periodic ARP processing function. ÁÖ±âÀû ARP ó¸® ÇÔ¼ö. |
|
ARP processing for incoming ARP packets.
|
|
ARP processing for incoming IP packets.
|
|
Prepend Ethernet header to an outbound IP packet and see if we need to send out an ARP request.
|
|
Periodic ARP processing function.
|