Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/iface/interface/
Dipv6.rs56 IpProtocol::Icmpv6 => self.process_icmpv6(sockets, ipv6_repr.into(), ip_payload), in process_nxt_hdr()
237 next_header: IpProtocol::Icmpv6, in process_ndisc()
241 Some(IpPacket::Icmpv6((ip_repr, advert))) in process_ndisc()
298 next_header: IpProtocol::Icmpv6, in icmpv6_reply()
302 Some(IpPacket::Icmpv6((ipv6_reply_repr, icmp_repr))) in icmpv6_reply()
Dsixlowpan.rs306 IpPacket::Icmpv6(_) => SixlowpanNextHeader::Uncompressed(IpProtocol::Icmpv6), in dispatch_ieee802154()
343 IpPacket::Icmpv6((_, icmp_repr)) => { in dispatch_ieee802154()
409 IpPacket::Icmpv6((_, icmp_repr)) => { in dispatch_ieee802154()
523 IpPacket::Icmpv6((_, icmp_repr)) => { in dispatch_ieee802154()
Dtests.rs639 next_header: IpProtocol::Icmpv6, in test_icmp_reply_size()
693 Some(IpPacket::Icmpv6((expected_ip_repr, expected_icmp_repr))) in test_icmp_reply_size()
769 next_header: IpProtocol::Icmpv6, in test_handle_valid_ndisc_request()
795 next_header: IpProtocol::Icmpv6, in test_handle_valid_ndisc_request()
805 Some(EthernetPacket::Ip(IpPacket::Icmpv6(( in test_handle_valid_ndisc_request()
1090 next_header: IpProtocol::Icmpv6, in test_icmpv6_nxthdr_unknown()
1099 Some(IpPacket::Icmpv6((reply_ipv6_repr, reply_icmp_repr))) in test_icmpv6_nxthdr_unknown()
1484 Some(IpPacket::Icmpv6(( in test_echo_request_sixlowpan_128_bytes()
1494 next_header: IpProtocol::Icmpv6, in test_echo_request_sixlowpan_128_bytes()
Dmod.rs326 Icmpv6((Ipv6Repr, Icmpv6Repr<'a>)), enumerator
345 IpPacket::Icmpv6((ipv6_repr, _)) => IpRepr::Ipv6(*ipv6_repr), in ip_repr()
373 IpPacket::Icmpv6((_, icmpv6_repr)) => icmpv6_repr.emit( in emit_payload()
940 respond(inner, IpPacket::Icmpv6((ipv6_repr, icmpv6_repr))) in socket_egress()
1638 let packet = IpPacket::Icmpv6(( in lookup_hardware_addr()
1642 next_header: IpProtocol::Icmpv6, in lookup_hardware_addr()
/smoltcp-0.9.1/src/socket/
Dicmp.rs558 next_header: IpProtocol::Icmpv6, in dispatch()
876 next_header: IpProtocol::Icmpv6,
884 next_header: IpProtocol::Icmpv6,
987 next_header: IpProtocol::Icmpv6, in test_set_hop_limit()
1082 next_header: IpProtocol::Icmpv6, in test_accepts_udp()
1091 next_header: IpProtocol::Icmpv6, in test_accepts_udp()
/smoltcp-0.9.1/fuzz/fuzz_targets/
Dsixlowpan_packet.rs198 IpProtocol::Icmpv6 => {
/smoltcp-0.9.1/src/wire/
Dicmpv6.rs365 checksum::pseudo_header(src_addr, dst_addr, IpProtocol::Icmpv6, data.len() as u32), in verify_checksum()
477 checksum::pseudo_header(src_addr, dst_addr, IpProtocol::Icmpv6, data.len() as u32), in fill_checksum()
Dip.rs58 Icmpv6 = 0x3a,
74 Protocol::Icmpv6 => write!(f, "ICMPv6"), in fmt()
Dsixlowpan.rs1336 NextHeader::Uncompressed(IpProtocol::Icmpv6) in iphc_fields()