pub unsafe extern "C" fn gnrc_icmpv6_echo_req_handle(
    netif: *mut gnrc_netif_t,
    ipv6_hdr: *mut ipv6_hdr_t,
    echo: *mut icmpv6_echo_t,
    len: u16
)
Expand description

@brief ICMPv6 echo request handler

@param[in] netif The interface the echo request was received on. @param[in] ipv6_hdr The IPv6 header of the echo request. @param[in] echo The Echo Request message. @param[in] len Length of the echo request message (ipv6_hdr_t::len of @p ipv6_hdr minus length of extension headers).