File nut/boot/eboot/arp.c


Included Files


Global Variable arpframe

ARPFRAME arpframe
Visible in:   nut/boot/appload/arp.c
    nut/boot/appload/ether.c
    nut/boot/appload/ip.c
    nut/boot/bootmon/arp.c
    nut/boot/bootmon/bootmon.c
    nut/boot/bootmon/dhcp.c
    nut/boot/bootmon/ether.c
    nut/boot/bootmon/ip.c
    nut/boot/bootmon/tftp.c
    nut/boot/bootmon/udp.c
    nut/boot/eboot/arp.c
Used in: ArpRequest() nut/boot/eboot/arp.c
  ArpRespond() nut/boot/eboot/arp.c
  EtherOutput() nut/boot/bootmon/ether.c

Global Variable ae

ARPENTRY ae
Visible in:   nut/boot/bootmon/arp.c
    nut/boot/eboot/arp.c
Used in: ArpRequest() nut/boot/eboot/arp.c
  ArpRespond() nut/boot/eboot/arp.c

Global Function ArpRequest()

int ArpRequest ( u_long dip, u_char* dmac )
Prototyped in: nut/boot/eboot/arp.h
Calls: EtherInput() nut/boot/bootmon/ether.c
  EtherOutput() nut/boot/bootmon/ether.c
  __byte_swap2() nut/boot/appload/utils.c
Called by: IpOutput() nut/boot/bootmon/ip.c
References Variables: ae nut/boot/eboot/arp.c
  arpframe nut/boot/eboot/arp.c
  confnet nut/boot/appload/config.c
  rframe nut/boot/bootmon/bootmon.c

Global Function ArpRespond()

void ArpRespond ( void )
Prototyped in: nut/boot/eboot/arp.h
Calls: EtherOutput() nut/boot/bootmon/ether.c
  __byte_swap2() nut/boot/appload/utils.c
Called by: EtherInput() nut/boot/bootmon/ether.c
References Variables: ae nut/boot/eboot/arp.c
  arpframe nut/boot/eboot/arp.c
  confnet nut/boot/appload/config.c
  rframe nut/boot/bootmon/bootmon.c