Functions | |
void | NutIcmpInput (NUTDEVICE *dev, NETBUF *nb) |
Handle incoming ICMP packets. | |
int | NutIcmpOutput (u_char type, u_long dest, NETBUF *nb) |
Send an ICMP datagram. | |
int | NutIcmpReply (u_char type, u_char code, u_long spec, u_long dest, NETBUF *nb) |
Send an ICMP message to a given destination. |
|
Handle incoming ICMP packets.
|
|
Send an ICMP datagram. Known ICMP types are:
|
|
Send an ICMP message to a given destination.
|