File nut/boot/bootmon/ip.c


Included Files


Global Function IpChkSum()

unsigned short IpChkSum ( const unsigned char* data, unsigned short size )
Called by: IpOutput() nut/boot/bootmon/ip.c

Global Function IpInput()

int IpInput ( unsigned char proto, unsigned int tms )
Prototyped in: nut/boot/bootmon/ip.h
Calls: EtherInput() nut/boot/bootmon/ether.c
References Variables: confnet nut/boot/bootmon/config.c
  rframe nut/boot/bootmon/bootmon.c

Global Function IpOutput()

int IpOutput ( unsigned long dip, int proto, unsigned int len )
Prototyped in: nut/boot/bootmon/ip.h
Calls: ArpRequest() nut/boot/bootmon/arp.c
  EtherOutput() nut/boot/bootmon/ether.c
  IpChkSum() nut/boot/bootmon/ip.c
References Variables: confnet nut/boot/bootmon/config.c
  sframe nut/boot/bootmon/bootmon.c