Synopsis
CTL_STATUS_t ctl_icmp_init(void);
Description

ctl_icmp_init initializes the ICMP subsystem. Only the Echo Request (ping) ICMP type code is supported by the network library, all other type codes fail silently.

ctl_icmp_init returns CTL_NO_ERROR on success; i.e. the ICMP subsystem is registered with the IP layer.