pub fn get_ipv6_hop_limit<BT: IpDeviceStateBindingsTypes, CC: IpDeviceStateContext<Ipv6, BT>>(
core_ctx: &mut CC,
device: &CC::DeviceId,
) -> NonZeroU8
Expand description
Gets the hop limit for new IPv6 packets that will be sent out from device
.