API for the Internet Control Message Protocol
More...
|
| ICMPv4 |
| API for v4 of the Internet Control Message Protocol
|
|
| ICMPv6 |
| API for v6 of the Internet Control Message Protocol
|
|
API for the Internet Control Message Protocol
◆ net_icmp_send_time_exceeded()
Send an ICMP Time Exceeded packet in reply to the given message.
- Parameters
-
net | The network device to use. |
code | The type of message this is. |
msg | The message that caused this error. |
- Returns
- 0 on success, <0 on failure.
◆ net_icmp_echo_cb
Where will we handle possibly notifying the user of ping replies?