pub unsafe extern "C" fn gnrc_icmpv6_demux(
    netif: *mut gnrc_netif_t,
    pkt: *mut gnrc_pktsnip_t
)
Expand description

@brief Demultiplexes a received ICMPv6 packet according to its type field.

@param[in] netif The receiving interface @param[in] pkt The packet to demultiplex.