Home
last modified time | relevance | path

Searched refs:REMOTE_IPV6 (Results 1 – 1 of 1) sorted by relevance

/smoltcp-0.9.1/src/socket/
Dicmp.rs859 const REMOTE_IPV6: Ipv6Address = constant
875 dst_addr: REMOTE_IPV6,
882 src_addr: REMOTE_IPV6,
896 assert_eq!(socket.send_slice(b"abcdef", REMOTE_IPV6.into()), Ok(())); in test_send_unaddressable()
912 socket.send_slice(&[0xff; 67], REMOTE_IPV6.into()), in test_send_dispatch()
921 &REMOTE_IPV6.into(), in test_send_dispatch()
927 socket.send_slice(&*packet.into_inner(), REMOTE_IPV6.into()), in test_send_dispatch()
931 socket.send_slice(b"123456", REMOTE_IPV6.into()), in test_send_dispatch()
969 &REMOTE_IPV6.into(), in test_set_hop_limit()
977 s.send_slice(&*packet.into_inner(), REMOTE_IPV6.into()), in test_set_hop_limit()
[all …]