icmp.h File Reference


Detailed Description

ICMP protocol definitions.

Definition in file icmp.h.

Go to the source code of this file.

Functions

void NutIcmpInput (NUTDEVICE *dev, NETBUF *nb)
 Handle incoming ICMP packets.
int NutIcmpOutput (uint8_t type, uint32_t dest, NETBUF *nb)
 Send an ICMP datagram.
int NutIcmpReply (uint8_t type, uint8_t code, uint32_t spec, uint32_t dest, NETBUF *nb)
 Send an ICMP message to a given destination.
int NutIcmpResponse (uint8_t type, uint8_t code, uint32_t spec, NETBUF *nb)
 Send an ICMP message as a response to a given destination.


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/