tests.rs 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768
  1. #[cfg(feature = "proto-igmp")]
  2. use std::vec::Vec;
  3. use super::*;
  4. use crate::iface::Interface;
  5. use crate::phy::{ChecksumCapabilities, Loopback};
  6. #[cfg(feature = "proto-igmp")]
  7. use crate::time::Instant;
  8. #[allow(unused)]
  9. fn fill_slice(s: &mut [u8], val: u8) {
  10. for x in s.iter_mut() {
  11. *x = val
  12. }
  13. }
  14. #[cfg(feature = "medium-ethernet")]
  15. const MEDIUM: Medium = Medium::Ethernet;
  16. #[cfg(all(not(feature = "medium-ethernet"), feature = "medium-ip"))]
  17. const MEDIUM: Medium = Medium::Ip;
  18. #[cfg(all(not(feature = "medium-ethernet"), feature = "medium-ieee802154"))]
  19. const MEDIUM: Medium = Medium::Ieee802154;
  20. fn create<'a>(medium: Medium) -> (Interface, SocketSet<'a>, Loopback) {
  21. match medium {
  22. #[cfg(feature = "medium-ethernet")]
  23. Medium::Ethernet => create_ethernet(),
  24. #[cfg(feature = "medium-ip")]
  25. Medium::Ip => create_ip(),
  26. #[cfg(feature = "medium-ieee802154")]
  27. Medium::Ieee802154 => create_ieee802154(),
  28. }
  29. }
  30. #[cfg(feature = "medium-ip")]
  31. #[allow(unused)]
  32. fn create_ip<'a>() -> (Interface, SocketSet<'a>, Loopback) {
  33. // Create a basic device
  34. let mut device = Loopback::new(Medium::Ip);
  35. let config = Config::new(HardwareAddress::Ip);
  36. let mut iface = Interface::new(config, &mut device, Instant::ZERO);
  37. iface.update_ip_addrs(|ip_addrs| {
  38. #[cfg(feature = "proto-ipv4")]
  39. ip_addrs
  40. .push(IpCidr::new(IpAddress::v4(127, 0, 0, 1), 8))
  41. .unwrap();
  42. #[cfg(feature = "proto-ipv6")]
  43. ip_addrs
  44. .push(IpCidr::new(IpAddress::v6(0, 0, 0, 0, 0, 0, 0, 1), 128))
  45. .unwrap();
  46. #[cfg(feature = "proto-ipv6")]
  47. ip_addrs
  48. .push(IpCidr::new(IpAddress::v6(0xfdbe, 0, 0, 0, 0, 0, 0, 1), 64))
  49. .unwrap();
  50. });
  51. (iface, SocketSet::new(vec![]), device)
  52. }
  53. #[cfg(feature = "medium-ethernet")]
  54. fn create_ethernet<'a>() -> (Interface, SocketSet<'a>, Loopback) {
  55. // Create a basic device
  56. let mut device = Loopback::new(Medium::Ethernet);
  57. let config = Config::new(HardwareAddress::Ethernet(EthernetAddress::default()));
  58. let mut iface = Interface::new(config, &mut device, Instant::ZERO);
  59. iface.update_ip_addrs(|ip_addrs| {
  60. #[cfg(feature = "proto-ipv4")]
  61. ip_addrs
  62. .push(IpCidr::new(IpAddress::v4(127, 0, 0, 1), 8))
  63. .unwrap();
  64. #[cfg(feature = "proto-ipv6")]
  65. ip_addrs
  66. .push(IpCidr::new(IpAddress::v6(0, 0, 0, 0, 0, 0, 0, 1), 128))
  67. .unwrap();
  68. #[cfg(feature = "proto-ipv6")]
  69. ip_addrs
  70. .push(IpCidr::new(IpAddress::v6(0xfdbe, 0, 0, 0, 0, 0, 0, 1), 64))
  71. .unwrap();
  72. });
  73. (iface, SocketSet::new(vec![]), device)
  74. }
  75. #[cfg(feature = "medium-ieee802154")]
  76. fn create_ieee802154<'a>() -> (Interface, SocketSet<'a>, Loopback) {
  77. // Create a basic device
  78. let mut device = Loopback::new(Medium::Ieee802154);
  79. let config = Config::new(HardwareAddress::Ieee802154(Ieee802154Address::default()));
  80. let mut iface = Interface::new(config, &mut device, Instant::ZERO);
  81. iface.update_ip_addrs(|ip_addrs| {
  82. #[cfg(feature = "proto-ipv6")]
  83. ip_addrs
  84. .push(IpCidr::new(IpAddress::v6(0, 0, 0, 0, 0, 0, 0, 1), 128))
  85. .unwrap();
  86. #[cfg(feature = "proto-ipv6")]
  87. ip_addrs
  88. .push(IpCidr::new(IpAddress::v6(0xfdbe, 0, 0, 0, 0, 0, 0, 1), 64))
  89. .unwrap();
  90. });
  91. (iface, SocketSet::new(vec![]), device)
  92. }
  93. #[cfg(feature = "proto-igmp")]
  94. fn recv_all(device: &mut Loopback, timestamp: Instant) -> Vec<Vec<u8>> {
  95. let mut pkts = Vec::new();
  96. while let Some((rx, _tx)) = device.receive(timestamp) {
  97. rx.consume(|pkt| {
  98. pkts.push(pkt.to_vec());
  99. });
  100. }
  101. pkts
  102. }
  103. #[derive(Debug, PartialEq)]
  104. #[cfg_attr(feature = "defmt", derive(defmt::Format))]
  105. struct MockTxToken;
  106. impl TxToken for MockTxToken {
  107. fn consume<R, F>(self, len: usize, f: F) -> R
  108. where
  109. F: FnOnce(&mut [u8]) -> R,
  110. {
  111. let mut junk = [0; 1536];
  112. f(&mut junk[..len])
  113. }
  114. }
  115. #[test]
  116. #[should_panic(expected = "The hardware address does not match the medium of the interface.")]
  117. #[cfg(all(feature = "medium-ip", feature = "medium-ethernet"))]
  118. fn test_new_panic() {
  119. let mut device = Loopback::new(Medium::Ethernet);
  120. let config = Config::new(HardwareAddress::Ip);
  121. Interface::new(config, &mut device, Instant::ZERO);
  122. }
  123. #[test]
  124. #[cfg(feature = "proto-ipv4")]
  125. fn test_no_icmp_no_unicast_ipv4() {
  126. let (mut iface, mut sockets, _device) = create(MEDIUM);
  127. // Unknown Ipv4 Protocol
  128. //
  129. // Because the destination is the broadcast address
  130. // this should not trigger and Destination Unreachable
  131. // response. See RFC 1122 § 3.2.2.
  132. let repr = IpRepr::Ipv4(Ipv4Repr {
  133. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  134. dst_addr: Ipv4Address::BROADCAST,
  135. next_header: IpProtocol::Unknown(0x0c),
  136. payload_len: 0,
  137. hop_limit: 0x40,
  138. });
  139. let mut bytes = vec![0u8; 54];
  140. repr.emit(&mut bytes, &ChecksumCapabilities::default());
  141. let frame = Ipv4Packet::new_unchecked(&bytes);
  142. // Ensure that the unknown protocol frame does not trigger an
  143. // ICMP error response when the destination address is a
  144. // broadcast address
  145. assert_eq!(
  146. iface.inner.process_ipv4(
  147. &mut sockets,
  148. PacketId::empty(),
  149. &frame,
  150. &mut iface.fragments
  151. ),
  152. None
  153. );
  154. }
  155. #[test]
  156. #[cfg(feature = "proto-ipv6")]
  157. fn test_no_icmp_no_unicast_ipv6() {
  158. let (mut iface, mut sockets, _device) = create(MEDIUM);
  159. // Unknown Ipv6 Protocol
  160. //
  161. // Because the destination is the broadcast address
  162. // this should not trigger and Destination Unreachable
  163. // response. See RFC 1122 § 3.2.2.
  164. let repr = IpRepr::Ipv6(Ipv6Repr {
  165. src_addr: Ipv6Address::new(0xfe80, 0, 0, 0, 0, 0, 0, 1),
  166. dst_addr: Ipv6Address::LINK_LOCAL_ALL_NODES,
  167. next_header: IpProtocol::Unknown(0x0c),
  168. payload_len: 0,
  169. hop_limit: 0x40,
  170. });
  171. let mut bytes = vec![0u8; 54];
  172. repr.emit(&mut bytes, &ChecksumCapabilities::default());
  173. let frame = Ipv6Packet::new_unchecked(&bytes);
  174. // Ensure that the unknown protocol frame does not trigger an
  175. // ICMP error response when the destination address is a
  176. // broadcast address
  177. assert_eq!(
  178. iface
  179. .inner
  180. .process_ipv6(&mut sockets, PacketId::empty(), &frame),
  181. None
  182. );
  183. }
  184. #[test]
  185. #[cfg(feature = "proto-ipv4")]
  186. fn test_icmp_error_no_payload() {
  187. static NO_BYTES: [u8; 0] = [];
  188. let (mut iface, mut sockets, _device) = create(MEDIUM);
  189. // Unknown Ipv4 Protocol with no payload
  190. let repr = IpRepr::Ipv4(Ipv4Repr {
  191. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x02]),
  192. dst_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  193. next_header: IpProtocol::Unknown(0x0c),
  194. payload_len: 0,
  195. hop_limit: 0x40,
  196. });
  197. let mut bytes = vec![0u8; 34];
  198. repr.emit(&mut bytes, &ChecksumCapabilities::default());
  199. let frame = Ipv4Packet::new_unchecked(&bytes);
  200. // The expected Destination Unreachable response due to the
  201. // unknown protocol
  202. let icmp_repr = Icmpv4Repr::DstUnreachable {
  203. reason: Icmpv4DstUnreachable::ProtoUnreachable,
  204. header: Ipv4Repr {
  205. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x02]),
  206. dst_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  207. next_header: IpProtocol::Unknown(12),
  208. payload_len: 0,
  209. hop_limit: 64,
  210. },
  211. data: &NO_BYTES,
  212. };
  213. let expected_repr = IpPacket::Icmpv4((
  214. Ipv4Repr {
  215. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  216. dst_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x02]),
  217. next_header: IpProtocol::Icmp,
  218. payload_len: icmp_repr.buffer_len(),
  219. hop_limit: 64,
  220. },
  221. icmp_repr,
  222. ));
  223. // Ensure that the unknown protocol triggers an error response.
  224. // And we correctly handle no payload.
  225. assert_eq!(
  226. iface.inner.process_ipv4(
  227. &mut sockets,
  228. PacketId::empty(),
  229. &frame,
  230. &mut iface.fragments
  231. ),
  232. Some(expected_repr)
  233. );
  234. }
  235. #[test]
  236. #[cfg(feature = "proto-ipv4")]
  237. fn test_local_subnet_broadcasts() {
  238. let (mut iface, _, _device) = create(MEDIUM);
  239. iface.update_ip_addrs(|addrs| {
  240. addrs.iter_mut().next().map(|addr| {
  241. *addr = IpCidr::Ipv4(Ipv4Cidr::new(Ipv4Address([192, 168, 1, 23]), 24));
  242. });
  243. });
  244. assert!(iface
  245. .inner
  246. .is_broadcast_v4(Ipv4Address([255, 255, 255, 255])));
  247. assert!(!iface
  248. .inner
  249. .is_broadcast_v4(Ipv4Address([255, 255, 255, 254])));
  250. assert!(iface.inner.is_broadcast_v4(Ipv4Address([192, 168, 1, 255])));
  251. assert!(!iface.inner.is_broadcast_v4(Ipv4Address([192, 168, 1, 254])));
  252. iface.update_ip_addrs(|addrs| {
  253. addrs.iter_mut().next().map(|addr| {
  254. *addr = IpCidr::Ipv4(Ipv4Cidr::new(Ipv4Address([192, 168, 23, 24]), 16));
  255. });
  256. });
  257. assert!(iface
  258. .inner
  259. .is_broadcast_v4(Ipv4Address([255, 255, 255, 255])));
  260. assert!(!iface
  261. .inner
  262. .is_broadcast_v4(Ipv4Address([255, 255, 255, 254])));
  263. assert!(!iface
  264. .inner
  265. .is_broadcast_v4(Ipv4Address([192, 168, 23, 255])));
  266. assert!(!iface
  267. .inner
  268. .is_broadcast_v4(Ipv4Address([192, 168, 23, 254])));
  269. assert!(!iface
  270. .inner
  271. .is_broadcast_v4(Ipv4Address([192, 168, 255, 254])));
  272. assert!(iface
  273. .inner
  274. .is_broadcast_v4(Ipv4Address([192, 168, 255, 255])));
  275. iface.update_ip_addrs(|addrs| {
  276. addrs.iter_mut().next().map(|addr| {
  277. *addr = IpCidr::Ipv4(Ipv4Cidr::new(Ipv4Address([192, 168, 23, 24]), 8));
  278. });
  279. });
  280. assert!(iface
  281. .inner
  282. .is_broadcast_v4(Ipv4Address([255, 255, 255, 255])));
  283. assert!(!iface
  284. .inner
  285. .is_broadcast_v4(Ipv4Address([255, 255, 255, 254])));
  286. assert!(!iface.inner.is_broadcast_v4(Ipv4Address([192, 23, 1, 255])));
  287. assert!(!iface.inner.is_broadcast_v4(Ipv4Address([192, 23, 1, 254])));
  288. assert!(!iface
  289. .inner
  290. .is_broadcast_v4(Ipv4Address([192, 255, 255, 254])));
  291. assert!(iface
  292. .inner
  293. .is_broadcast_v4(Ipv4Address([192, 255, 255, 255])));
  294. }
  295. #[test]
  296. #[cfg(all(feature = "socket-udp", feature = "proto-ipv4"))]
  297. fn test_icmp_error_port_unreachable() {
  298. static UDP_PAYLOAD: [u8; 12] = [
  299. 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x2c, 0x20, 0x57, 0x6f, 0x6c, 0x64, 0x21,
  300. ];
  301. let (mut iface, mut sockets, _device) = create(MEDIUM);
  302. let mut udp_bytes_unicast = vec![0u8; 20];
  303. let mut udp_bytes_broadcast = vec![0u8; 20];
  304. let mut packet_unicast = UdpPacket::new_unchecked(&mut udp_bytes_unicast);
  305. let mut packet_broadcast = UdpPacket::new_unchecked(&mut udp_bytes_broadcast);
  306. let udp_repr = UdpRepr {
  307. src_port: 67,
  308. dst_port: 68,
  309. };
  310. let ip_repr = IpRepr::Ipv4(Ipv4Repr {
  311. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x02]),
  312. dst_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  313. next_header: IpProtocol::Udp,
  314. payload_len: udp_repr.header_len() + UDP_PAYLOAD.len(),
  315. hop_limit: 64,
  316. });
  317. // Emit the representations to a packet
  318. udp_repr.emit(
  319. &mut packet_unicast,
  320. &ip_repr.src_addr(),
  321. &ip_repr.dst_addr(),
  322. UDP_PAYLOAD.len(),
  323. |buf| buf.copy_from_slice(&UDP_PAYLOAD),
  324. &ChecksumCapabilities::default(),
  325. );
  326. let data = packet_unicast.into_inner();
  327. // The expected Destination Unreachable ICMPv4 error response due
  328. // to no sockets listening on the destination port.
  329. let icmp_repr = Icmpv4Repr::DstUnreachable {
  330. reason: Icmpv4DstUnreachable::PortUnreachable,
  331. header: Ipv4Repr {
  332. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x02]),
  333. dst_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  334. next_header: IpProtocol::Udp,
  335. payload_len: udp_repr.header_len() + UDP_PAYLOAD.len(),
  336. hop_limit: 64,
  337. },
  338. data,
  339. };
  340. let expected_repr = IpPacket::Icmpv4((
  341. Ipv4Repr {
  342. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  343. dst_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x02]),
  344. next_header: IpProtocol::Icmp,
  345. payload_len: icmp_repr.buffer_len(),
  346. hop_limit: 64,
  347. },
  348. icmp_repr,
  349. ));
  350. // Ensure that the unknown protocol triggers an error response.
  351. // And we correctly handle no payload.
  352. assert_eq!(
  353. iface.inner.process_udp(
  354. &mut sockets,
  355. PacketId::empty(),
  356. ip_repr,
  357. udp_repr,
  358. false,
  359. &UDP_PAYLOAD,
  360. data
  361. ),
  362. Some(expected_repr)
  363. );
  364. let ip_repr = IpRepr::Ipv4(Ipv4Repr {
  365. src_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x02]),
  366. dst_addr: Ipv4Address::BROADCAST,
  367. next_header: IpProtocol::Udp,
  368. payload_len: udp_repr.header_len() + UDP_PAYLOAD.len(),
  369. hop_limit: 64,
  370. });
  371. // Emit the representations to a packet
  372. udp_repr.emit(
  373. &mut packet_broadcast,
  374. &ip_repr.src_addr(),
  375. &IpAddress::Ipv4(Ipv4Address::BROADCAST),
  376. UDP_PAYLOAD.len(),
  377. |buf| buf.copy_from_slice(&UDP_PAYLOAD),
  378. &ChecksumCapabilities::default(),
  379. );
  380. // Ensure that the port unreachable error does not trigger an
  381. // ICMP error response when the destination address is a
  382. // broadcast address and no socket is bound to the port.
  383. assert_eq!(
  384. iface.inner.process_udp(
  385. &mut sockets,
  386. PacketId::empty(),
  387. ip_repr,
  388. udp_repr,
  389. false,
  390. &UDP_PAYLOAD,
  391. packet_broadcast.into_inner(),
  392. ),
  393. None
  394. );
  395. }
  396. #[test]
  397. #[cfg(feature = "socket-udp")]
  398. fn test_handle_udp_broadcast() {
  399. use crate::{socket::udp::UdpMetadata, wire::IpEndpoint};
  400. static UDP_PAYLOAD: [u8; 5] = [0x48, 0x65, 0x6c, 0x6c, 0x6f];
  401. let (mut iface, mut sockets, _device) = create(MEDIUM);
  402. let rx_buffer = udp::PacketBuffer::new(vec![udp::PacketMetadata::EMPTY], vec![0; 15]);
  403. let tx_buffer = udp::PacketBuffer::new(vec![udp::PacketMetadata::EMPTY], vec![0; 15]);
  404. let udp_socket = udp::Socket::new(rx_buffer, tx_buffer);
  405. let mut udp_bytes = vec![0u8; 13];
  406. let mut packet = UdpPacket::new_unchecked(&mut udp_bytes);
  407. let socket_handle = sockets.add(udp_socket);
  408. #[cfg(feature = "proto-ipv6")]
  409. let src_ip = Ipv6Address::new(0xfe80, 0, 0, 0, 0, 0, 0, 1);
  410. #[cfg(all(not(feature = "proto-ipv6"), feature = "proto-ipv4"))]
  411. let src_ip = Ipv4Address::new(0x7f, 0x00, 0x00, 0x02);
  412. let udp_repr = UdpRepr {
  413. src_port: 67,
  414. dst_port: 68,
  415. };
  416. #[cfg(feature = "proto-ipv6")]
  417. let ip_repr = IpRepr::Ipv6(Ipv6Repr {
  418. src_addr: src_ip,
  419. dst_addr: Ipv6Address::LINK_LOCAL_ALL_NODES,
  420. next_header: IpProtocol::Udp,
  421. payload_len: udp_repr.header_len() + UDP_PAYLOAD.len(),
  422. hop_limit: 0x40,
  423. });
  424. #[cfg(all(not(feature = "proto-ipv6"), feature = "proto-ipv4"))]
  425. let ip_repr = IpRepr::Ipv4(Ipv4Repr {
  426. src_addr: src_ip,
  427. dst_addr: Ipv4Address::BROADCAST,
  428. next_header: IpProtocol::Udp,
  429. payload_len: udp_repr.header_len() + UDP_PAYLOAD.len(),
  430. hop_limit: 0x40,
  431. });
  432. // Bind the socket to port 68
  433. let socket = sockets.get_mut::<udp::Socket>(socket_handle);
  434. assert_eq!(socket.bind(68), Ok(()));
  435. assert!(!socket.can_recv());
  436. assert!(socket.can_send());
  437. udp_repr.emit(
  438. &mut packet,
  439. &ip_repr.src_addr(),
  440. &ip_repr.dst_addr(),
  441. UDP_PAYLOAD.len(),
  442. |buf| buf.copy_from_slice(&UDP_PAYLOAD),
  443. &ChecksumCapabilities::default(),
  444. );
  445. // Packet should be handled by bound UDP socket
  446. assert_eq!(
  447. iface.inner.process_udp(
  448. &mut sockets,
  449. PacketId::empty(),
  450. ip_repr,
  451. udp_repr,
  452. false,
  453. &UDP_PAYLOAD,
  454. packet.into_inner(),
  455. ),
  456. None
  457. );
  458. // Make sure the payload to the UDP packet processed by process_udp is
  459. // appended to the bound sockets rx_buffer
  460. let socket = sockets.get_mut::<udp::Socket>(socket_handle);
  461. assert!(socket.can_recv());
  462. assert_eq!(
  463. socket.recv(),
  464. Ok((
  465. &UDP_PAYLOAD[..],
  466. UdpMetadata::new(IpEndpoint::new(src_ip.into(), 67), PacketId::empty(),)
  467. ))
  468. );
  469. }
  470. #[test]
  471. #[cfg(feature = "proto-ipv4")]
  472. fn test_handle_ipv4_broadcast() {
  473. use crate::wire::{Icmpv4Packet, Icmpv4Repr, Ipv4Packet};
  474. let (mut iface, mut sockets, _device) = create(MEDIUM);
  475. let our_ipv4_addr = iface.ipv4_addr().unwrap();
  476. let src_ipv4_addr = Ipv4Address([127, 0, 0, 2]);
  477. // ICMPv4 echo request
  478. let icmpv4_data: [u8; 4] = [0xaa, 0x00, 0x00, 0xff];
  479. let icmpv4_repr = Icmpv4Repr::EchoRequest {
  480. ident: 0x1234,
  481. seq_no: 0xabcd,
  482. data: &icmpv4_data,
  483. };
  484. // Send to IPv4 broadcast address
  485. let ipv4_repr = Ipv4Repr {
  486. src_addr: src_ipv4_addr,
  487. dst_addr: Ipv4Address::BROADCAST,
  488. next_header: IpProtocol::Icmp,
  489. hop_limit: 64,
  490. payload_len: icmpv4_repr.buffer_len(),
  491. };
  492. // Emit to ip frame
  493. let mut bytes = vec![0u8; ipv4_repr.buffer_len() + icmpv4_repr.buffer_len()];
  494. let frame = {
  495. ipv4_repr.emit(
  496. &mut Ipv4Packet::new_unchecked(&mut bytes),
  497. &ChecksumCapabilities::default(),
  498. );
  499. icmpv4_repr.emit(
  500. &mut Icmpv4Packet::new_unchecked(&mut bytes[ipv4_repr.buffer_len()..]),
  501. &ChecksumCapabilities::default(),
  502. );
  503. Ipv4Packet::new_unchecked(&bytes)
  504. };
  505. // Expected ICMPv4 echo reply
  506. let expected_icmpv4_repr = Icmpv4Repr::EchoReply {
  507. ident: 0x1234,
  508. seq_no: 0xabcd,
  509. data: &icmpv4_data,
  510. };
  511. let expected_ipv4_repr = Ipv4Repr {
  512. src_addr: our_ipv4_addr,
  513. dst_addr: src_ipv4_addr,
  514. next_header: IpProtocol::Icmp,
  515. hop_limit: 64,
  516. payload_len: expected_icmpv4_repr.buffer_len(),
  517. };
  518. let expected_packet = IpPacket::Icmpv4((expected_ipv4_repr, expected_icmpv4_repr));
  519. assert_eq!(
  520. iface.inner.process_ipv4(
  521. &mut sockets,
  522. PacketId::empty(),
  523. &frame,
  524. &mut iface.fragments
  525. ),
  526. Some(expected_packet)
  527. );
  528. }
  529. #[test]
  530. #[cfg(feature = "socket-udp")]
  531. fn test_icmp_reply_size() {
  532. #[cfg(feature = "proto-ipv6")]
  533. use crate::wire::Icmpv6DstUnreachable;
  534. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  535. use crate::wire::IPV4_MIN_MTU as MIN_MTU;
  536. #[cfg(feature = "proto-ipv6")]
  537. use crate::wire::IPV6_MIN_MTU as MIN_MTU;
  538. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  539. const MAX_PAYLOAD_LEN: usize = 528;
  540. #[cfg(feature = "proto-ipv6")]
  541. const MAX_PAYLOAD_LEN: usize = 1192;
  542. let (mut iface, mut sockets, _device) = create(MEDIUM);
  543. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  544. let src_addr = Ipv4Address([192, 168, 1, 1]);
  545. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  546. let dst_addr = Ipv4Address([192, 168, 1, 2]);
  547. #[cfg(feature = "proto-ipv6")]
  548. let src_addr = Ipv6Address::new(0xfe80, 0, 0, 0, 0, 0, 0, 1);
  549. #[cfg(feature = "proto-ipv6")]
  550. let dst_addr = Ipv6Address::new(0xfe80, 0, 0, 0, 0, 0, 0, 2);
  551. // UDP packet that if not tructated will cause a icmp port unreachable reply
  552. // to exeed the minimum mtu bytes in length.
  553. let udp_repr = UdpRepr {
  554. src_port: 67,
  555. dst_port: 68,
  556. };
  557. let mut bytes = vec![0xff; udp_repr.header_len() + MAX_PAYLOAD_LEN];
  558. let mut packet = UdpPacket::new_unchecked(&mut bytes[..]);
  559. udp_repr.emit(
  560. &mut packet,
  561. &src_addr.into(),
  562. &dst_addr.into(),
  563. MAX_PAYLOAD_LEN,
  564. |buf| fill_slice(buf, 0x2a),
  565. &ChecksumCapabilities::default(),
  566. );
  567. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  568. let ip_repr = Ipv4Repr {
  569. src_addr,
  570. dst_addr,
  571. next_header: IpProtocol::Udp,
  572. hop_limit: 64,
  573. payload_len: udp_repr.header_len() + MAX_PAYLOAD_LEN,
  574. };
  575. #[cfg(feature = "proto-ipv6")]
  576. let ip_repr = Ipv6Repr {
  577. src_addr,
  578. dst_addr,
  579. next_header: IpProtocol::Udp,
  580. hop_limit: 64,
  581. payload_len: udp_repr.header_len() + MAX_PAYLOAD_LEN,
  582. };
  583. let payload = packet.into_inner();
  584. // Expected packets
  585. #[cfg(feature = "proto-ipv6")]
  586. let expected_icmp_repr = Icmpv6Repr::DstUnreachable {
  587. reason: Icmpv6DstUnreachable::PortUnreachable,
  588. header: ip_repr,
  589. data: &payload[..MAX_PAYLOAD_LEN],
  590. };
  591. #[cfg(feature = "proto-ipv6")]
  592. let expected_ip_repr = Ipv6Repr {
  593. src_addr: dst_addr,
  594. dst_addr: src_addr,
  595. next_header: IpProtocol::Icmpv6,
  596. hop_limit: 64,
  597. payload_len: expected_icmp_repr.buffer_len(),
  598. };
  599. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  600. let expected_icmp_repr = Icmpv4Repr::DstUnreachable {
  601. reason: Icmpv4DstUnreachable::PortUnreachable,
  602. header: ip_repr,
  603. data: &payload[..MAX_PAYLOAD_LEN],
  604. };
  605. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  606. let expected_ip_repr = Ipv4Repr {
  607. src_addr: dst_addr,
  608. dst_addr: src_addr,
  609. next_header: IpProtocol::Icmp,
  610. hop_limit: 64,
  611. payload_len: expected_icmp_repr.buffer_len(),
  612. };
  613. // The expected packet does not exceed the IPV4_MIN_MTU
  614. #[cfg(feature = "proto-ipv6")]
  615. assert_eq!(
  616. expected_ip_repr.buffer_len() + expected_icmp_repr.buffer_len(),
  617. MIN_MTU
  618. );
  619. // The expected packet does not exceed the IPV4_MIN_MTU
  620. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  621. assert_eq!(
  622. expected_ip_repr.buffer_len() + expected_icmp_repr.buffer_len(),
  623. MIN_MTU
  624. );
  625. // The expected packet and the generated packet are equal
  626. #[cfg(all(feature = "proto-ipv4", not(feature = "proto-ipv6")))]
  627. assert_eq!(
  628. iface.inner.process_udp(
  629. &mut sockets,
  630. PacketId::empty(),
  631. ip_repr.into(),
  632. udp_repr,
  633. false,
  634. &vec![0x2a; MAX_PAYLOAD_LEN],
  635. payload,
  636. ),
  637. Some(IpPacket::Icmpv4((expected_ip_repr, expected_icmp_repr)))
  638. );
  639. #[cfg(feature = "proto-ipv6")]
  640. assert_eq!(
  641. iface.inner.process_udp(
  642. &mut sockets,
  643. PacketId::empty(),
  644. ip_repr.into(),
  645. udp_repr,
  646. false,
  647. &vec![0x2a; MAX_PAYLOAD_LEN],
  648. payload,
  649. ),
  650. Some(IpPacket::Icmpv6((expected_ip_repr, expected_icmp_repr)))
  651. );
  652. }
  653. #[test]
  654. #[cfg(all(feature = "medium-ethernet", feature = "proto-ipv4"))]
  655. fn test_handle_valid_arp_request() {
  656. let (mut iface, mut sockets, _device) = create_ethernet();
  657. let mut eth_bytes = vec![0u8; 42];
  658. let local_ip_addr = Ipv4Address([0x7f, 0x00, 0x00, 0x01]);
  659. let remote_ip_addr = Ipv4Address([0x7f, 0x00, 0x00, 0x02]);
  660. let local_hw_addr = EthernetAddress([0x00, 0x00, 0x00, 0x00, 0x00, 0x00]);
  661. let remote_hw_addr = EthernetAddress([0x52, 0x54, 0x00, 0x00, 0x00, 0x00]);
  662. let repr = ArpRepr::EthernetIpv4 {
  663. operation: ArpOperation::Request,
  664. source_hardware_addr: remote_hw_addr,
  665. source_protocol_addr: remote_ip_addr,
  666. target_hardware_addr: EthernetAddress::default(),
  667. target_protocol_addr: local_ip_addr,
  668. };
  669. let mut frame = EthernetFrame::new_unchecked(&mut eth_bytes);
  670. frame.set_dst_addr(EthernetAddress::BROADCAST);
  671. frame.set_src_addr(remote_hw_addr);
  672. frame.set_ethertype(EthernetProtocol::Arp);
  673. let mut packet = ArpPacket::new_unchecked(frame.payload_mut());
  674. repr.emit(&mut packet);
  675. // Ensure an ARP Request for us triggers an ARP Reply
  676. assert_eq!(
  677. iface.inner.process_ethernet(
  678. &mut sockets,
  679. PacketId::empty(),
  680. frame.into_inner(),
  681. &mut iface.fragments
  682. ),
  683. Some(EthernetPacket::Arp(ArpRepr::EthernetIpv4 {
  684. operation: ArpOperation::Reply,
  685. source_hardware_addr: local_hw_addr,
  686. source_protocol_addr: local_ip_addr,
  687. target_hardware_addr: remote_hw_addr,
  688. target_protocol_addr: remote_ip_addr
  689. }))
  690. );
  691. // Ensure the address of the requestor was entered in the cache
  692. assert_eq!(
  693. iface.inner.lookup_hardware_addr(
  694. MockTxToken,
  695. &IpAddress::Ipv4(local_ip_addr),
  696. &IpAddress::Ipv4(remote_ip_addr),
  697. &mut iface.fragmenter,
  698. ),
  699. Ok((HardwareAddress::Ethernet(remote_hw_addr), MockTxToken))
  700. );
  701. }
  702. #[test]
  703. #[cfg(all(feature = "medium-ethernet", feature = "proto-ipv6"))]
  704. fn test_handle_valid_ndisc_request() {
  705. let (mut iface, mut sockets, _device) = create_ethernet();
  706. let mut eth_bytes = vec![0u8; 86];
  707. let local_ip_addr = Ipv6Address::new(0xfdbe, 0, 0, 0, 0, 0, 0, 1);
  708. let remote_ip_addr = Ipv6Address::new(0xfdbe, 0, 0, 0, 0, 0, 0, 2);
  709. let local_hw_addr = EthernetAddress([0x00, 0x00, 0x00, 0x00, 0x00, 0x00]);
  710. let remote_hw_addr = EthernetAddress([0x52, 0x54, 0x00, 0x00, 0x00, 0x00]);
  711. let solicit = Icmpv6Repr::Ndisc(NdiscRepr::NeighborSolicit {
  712. target_addr: local_ip_addr,
  713. lladdr: Some(remote_hw_addr.into()),
  714. });
  715. let ip_repr = IpRepr::Ipv6(Ipv6Repr {
  716. src_addr: remote_ip_addr,
  717. dst_addr: local_ip_addr.solicited_node(),
  718. next_header: IpProtocol::Icmpv6,
  719. hop_limit: 0xff,
  720. payload_len: solicit.buffer_len(),
  721. });
  722. let mut frame = EthernetFrame::new_unchecked(&mut eth_bytes);
  723. frame.set_dst_addr(EthernetAddress([0x33, 0x33, 0x00, 0x00, 0x00, 0x00]));
  724. frame.set_src_addr(remote_hw_addr);
  725. frame.set_ethertype(EthernetProtocol::Ipv6);
  726. ip_repr.emit(frame.payload_mut(), &ChecksumCapabilities::default());
  727. solicit.emit(
  728. &remote_ip_addr.into(),
  729. &local_ip_addr.solicited_node().into(),
  730. &mut Icmpv6Packet::new_unchecked(&mut frame.payload_mut()[ip_repr.header_len()..]),
  731. &ChecksumCapabilities::default(),
  732. );
  733. let icmpv6_expected = Icmpv6Repr::Ndisc(NdiscRepr::NeighborAdvert {
  734. flags: NdiscNeighborFlags::SOLICITED,
  735. target_addr: local_ip_addr,
  736. lladdr: Some(local_hw_addr.into()),
  737. });
  738. let ipv6_expected = Ipv6Repr {
  739. src_addr: local_ip_addr,
  740. dst_addr: remote_ip_addr,
  741. next_header: IpProtocol::Icmpv6,
  742. hop_limit: 0xff,
  743. payload_len: icmpv6_expected.buffer_len(),
  744. };
  745. // Ensure an Neighbor Solicitation triggers a Neighbor Advertisement
  746. assert_eq!(
  747. iface.inner.process_ethernet(
  748. &mut sockets,
  749. PacketId::empty(),
  750. frame.into_inner(),
  751. &mut iface.fragments
  752. ),
  753. Some(EthernetPacket::Ip(IpPacket::Icmpv6((
  754. ipv6_expected,
  755. icmpv6_expected
  756. ))))
  757. );
  758. // Ensure the address of the requestor was entered in the cache
  759. assert_eq!(
  760. iface.inner.lookup_hardware_addr(
  761. MockTxToken,
  762. &IpAddress::Ipv6(local_ip_addr),
  763. &IpAddress::Ipv6(remote_ip_addr),
  764. &mut iface.fragmenter,
  765. ),
  766. Ok((HardwareAddress::Ethernet(remote_hw_addr), MockTxToken))
  767. );
  768. }
  769. #[test]
  770. #[cfg(all(feature = "medium-ethernet", feature = "proto-ipv4"))]
  771. fn test_handle_other_arp_request() {
  772. let (mut iface, mut sockets, _device) = create_ethernet();
  773. let mut eth_bytes = vec![0u8; 42];
  774. let remote_ip_addr = Ipv4Address([0x7f, 0x00, 0x00, 0x02]);
  775. let remote_hw_addr = EthernetAddress([0x52, 0x54, 0x00, 0x00, 0x00, 0x00]);
  776. let repr = ArpRepr::EthernetIpv4 {
  777. operation: ArpOperation::Request,
  778. source_hardware_addr: remote_hw_addr,
  779. source_protocol_addr: remote_ip_addr,
  780. target_hardware_addr: EthernetAddress::default(),
  781. target_protocol_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x03]),
  782. };
  783. let mut frame = EthernetFrame::new_unchecked(&mut eth_bytes);
  784. frame.set_dst_addr(EthernetAddress::BROADCAST);
  785. frame.set_src_addr(remote_hw_addr);
  786. frame.set_ethertype(EthernetProtocol::Arp);
  787. let mut packet = ArpPacket::new_unchecked(frame.payload_mut());
  788. repr.emit(&mut packet);
  789. // Ensure an ARP Request for someone else does not trigger an ARP Reply
  790. assert_eq!(
  791. iface.inner.process_ethernet(
  792. &mut sockets,
  793. PacketId::empty(),
  794. frame.into_inner(),
  795. &mut iface.fragments
  796. ),
  797. None
  798. );
  799. // Ensure the address of the requestor was NOT entered in the cache
  800. assert_eq!(
  801. iface.inner.lookup_hardware_addr(
  802. MockTxToken,
  803. &IpAddress::Ipv4(Ipv4Address([0x7f, 0x00, 0x00, 0x01])),
  804. &IpAddress::Ipv4(remote_ip_addr),
  805. &mut iface.fragmenter,
  806. ),
  807. Err(DispatchError::NeighborPending)
  808. );
  809. }
  810. #[test]
  811. #[cfg(all(
  812. feature = "medium-ethernet",
  813. feature = "proto-ipv4",
  814. not(feature = "medium-ieee802154")
  815. ))]
  816. fn test_arp_flush_after_update_ip() {
  817. let (mut iface, mut sockets, _device) = create_ethernet();
  818. let mut eth_bytes = vec![0u8; 42];
  819. let local_ip_addr = Ipv4Address([0x7f, 0x00, 0x00, 0x01]);
  820. let remote_ip_addr = Ipv4Address([0x7f, 0x00, 0x00, 0x02]);
  821. let local_hw_addr = EthernetAddress([0x00, 0x00, 0x00, 0x00, 0x00, 0x00]);
  822. let remote_hw_addr = EthernetAddress([0x52, 0x54, 0x00, 0x00, 0x00, 0x00]);
  823. let repr = ArpRepr::EthernetIpv4 {
  824. operation: ArpOperation::Request,
  825. source_hardware_addr: remote_hw_addr,
  826. source_protocol_addr: remote_ip_addr,
  827. target_hardware_addr: EthernetAddress::default(),
  828. target_protocol_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]),
  829. };
  830. let mut frame = EthernetFrame::new_unchecked(&mut eth_bytes);
  831. frame.set_dst_addr(EthernetAddress::BROADCAST);
  832. frame.set_src_addr(remote_hw_addr);
  833. frame.set_ethertype(EthernetProtocol::Arp);
  834. {
  835. let mut packet = ArpPacket::new_unchecked(frame.payload_mut());
  836. repr.emit(&mut packet);
  837. }
  838. // Ensure an ARP Request for us triggers an ARP Reply
  839. assert_eq!(
  840. iface.inner.process_ethernet(
  841. &mut sockets,
  842. PacketId::empty(),
  843. frame.into_inner(),
  844. &mut iface.fragments
  845. ),
  846. Some(EthernetPacket::Arp(ArpRepr::EthernetIpv4 {
  847. operation: ArpOperation::Reply,
  848. source_hardware_addr: local_hw_addr,
  849. source_protocol_addr: local_ip_addr,
  850. target_hardware_addr: remote_hw_addr,
  851. target_protocol_addr: remote_ip_addr
  852. }))
  853. );
  854. // Ensure the address of the requestor was entered in the cache
  855. assert_eq!(
  856. iface.inner.lookup_hardware_addr(
  857. MockTxToken,
  858. &IpAddress::Ipv4(local_ip_addr),
  859. &IpAddress::Ipv4(remote_ip_addr),
  860. &mut iface.fragmenter,
  861. ),
  862. Ok((HardwareAddress::Ethernet(remote_hw_addr), MockTxToken))
  863. );
  864. // Update IP addrs to trigger ARP cache flush
  865. let local_ip_addr_new = Ipv4Address([0x7f, 0x00, 0x00, 0x01]);
  866. iface.update_ip_addrs(|addrs| {
  867. addrs.iter_mut().next().map(|addr| {
  868. *addr = IpCidr::Ipv4(Ipv4Cidr::new(local_ip_addr_new, 24));
  869. });
  870. });
  871. // ARP cache flush after address change
  872. assert!(!iface.inner.has_neighbor(&IpAddress::Ipv4(remote_ip_addr)));
  873. }
  874. #[test]
  875. #[cfg(all(feature = "socket-icmp", feature = "proto-ipv4"))]
  876. fn test_icmpv4_socket() {
  877. use crate::wire::Icmpv4Packet;
  878. let (mut iface, mut sockets, _device) = create(MEDIUM);
  879. let rx_buffer = icmp::PacketBuffer::new(vec![icmp::PacketMetadata::EMPTY], vec![0; 24]);
  880. let tx_buffer = icmp::PacketBuffer::new(vec![icmp::PacketMetadata::EMPTY], vec![0; 24]);
  881. let icmpv4_socket = icmp::Socket::new(rx_buffer, tx_buffer);
  882. let socket_handle = sockets.add(icmpv4_socket);
  883. let ident = 0x1234;
  884. let seq_no = 0x5432;
  885. let echo_data = &[0xff; 16];
  886. let socket = sockets.get_mut::<icmp::Socket>(socket_handle);
  887. // Bind to the ID 0x1234
  888. assert_eq!(socket.bind(icmp::Endpoint::Ident(ident)), Ok(()));
  889. // Ensure the ident we bound to and the ident of the packet are the same.
  890. let mut bytes = [0xff; 24];
  891. let mut packet = Icmpv4Packet::new_unchecked(&mut bytes[..]);
  892. let echo_repr = Icmpv4Repr::EchoRequest {
  893. ident,
  894. seq_no,
  895. data: echo_data,
  896. };
  897. echo_repr.emit(&mut packet, &ChecksumCapabilities::default());
  898. let icmp_data = &*packet.into_inner();
  899. let ipv4_repr = Ipv4Repr {
  900. src_addr: Ipv4Address::new(0x7f, 0x00, 0x00, 0x02),
  901. dst_addr: Ipv4Address::new(0x7f, 0x00, 0x00, 0x01),
  902. next_header: IpProtocol::Icmp,
  903. payload_len: 24,
  904. hop_limit: 64,
  905. };
  906. let ip_repr = IpRepr::Ipv4(ipv4_repr);
  907. // Open a socket and ensure the packet is handled due to the listening
  908. // socket.
  909. assert!(!sockets.get_mut::<icmp::Socket>(socket_handle).can_recv());
  910. // Confirm we still get EchoReply from `smoltcp` even with the ICMP socket listening
  911. let echo_reply = Icmpv4Repr::EchoReply {
  912. ident,
  913. seq_no,
  914. data: echo_data,
  915. };
  916. let ipv4_reply = Ipv4Repr {
  917. src_addr: ipv4_repr.dst_addr,
  918. dst_addr: ipv4_repr.src_addr,
  919. ..ipv4_repr
  920. };
  921. assert_eq!(
  922. iface.inner.process_icmpv4(&mut sockets, ip_repr, icmp_data),
  923. Some(IpPacket::Icmpv4((ipv4_reply, echo_reply)))
  924. );
  925. let socket = sockets.get_mut::<icmp::Socket>(socket_handle);
  926. assert!(socket.can_recv());
  927. assert_eq!(
  928. socket.recv(),
  929. Ok((
  930. icmp_data,
  931. IpAddress::Ipv4(Ipv4Address::new(0x7f, 0x00, 0x00, 0x02))
  932. ))
  933. );
  934. }
  935. #[test]
  936. #[cfg(feature = "proto-ipv6")]
  937. fn test_solicited_node_addrs() {
  938. let (mut iface, _, _device) = create(MEDIUM);
  939. let mut new_addrs = heapless::Vec::<IpCidr, IFACE_MAX_ADDR_COUNT>::new();
  940. new_addrs
  941. .push(IpCidr::new(IpAddress::v6(0xfe80, 0, 0, 0, 1, 2, 0, 2), 64))
  942. .unwrap();
  943. new_addrs
  944. .push(IpCidr::new(
  945. IpAddress::v6(0xfe80, 0, 0, 0, 3, 4, 0, 0xffff),
  946. 64,
  947. ))
  948. .unwrap();
  949. iface.update_ip_addrs(|addrs| {
  950. new_addrs.extend(addrs.to_vec());
  951. *addrs = new_addrs;
  952. });
  953. assert!(iface
  954. .inner
  955. .has_solicited_node(Ipv6Address::new(0xff02, 0, 0, 0, 0, 1, 0xff00, 0x0002)));
  956. assert!(iface
  957. .inner
  958. .has_solicited_node(Ipv6Address::new(0xff02, 0, 0, 0, 0, 1, 0xff00, 0xffff)));
  959. assert!(!iface
  960. .inner
  961. .has_solicited_node(Ipv6Address::new(0xff02, 0, 0, 0, 0, 1, 0xff00, 0x0003)));
  962. }
  963. #[test]
  964. #[cfg(feature = "proto-ipv6")]
  965. fn test_icmpv6_nxthdr_unknown() {
  966. let (mut iface, mut sockets, _device) = create(MEDIUM);
  967. let remote_ip_addr = Ipv6Address::new(0xfe80, 0, 0, 0, 0, 0, 0, 1);
  968. let payload = [0x12, 0x34, 0x56, 0x78];
  969. let ipv6_repr = Ipv6Repr {
  970. src_addr: remote_ip_addr,
  971. dst_addr: Ipv6Address::LOOPBACK,
  972. next_header: IpProtocol::HopByHop,
  973. payload_len: 12,
  974. hop_limit: 0x40,
  975. };
  976. let mut bytes = vec![0; 52];
  977. let frame = {
  978. let ip_repr = IpRepr::Ipv6(ipv6_repr);
  979. ip_repr.emit(&mut bytes, &ChecksumCapabilities::default());
  980. let mut offset = ipv6_repr.buffer_len();
  981. {
  982. let mut hbh_pkt = Ipv6HopByHopHeader::new_unchecked(&mut bytes[offset..]);
  983. hbh_pkt.set_next_header(IpProtocol::Unknown(0x0c));
  984. hbh_pkt.set_header_len(0);
  985. offset += 8;
  986. {
  987. let mut pad_pkt = Ipv6Option::new_unchecked(&mut hbh_pkt.payload_mut()[..]);
  988. Ipv6OptionRepr::PadN(3).emit(&mut pad_pkt);
  989. }
  990. {
  991. let mut pad_pkt = Ipv6Option::new_unchecked(&mut hbh_pkt.payload_mut()[5..]);
  992. Ipv6OptionRepr::Pad1.emit(&mut pad_pkt);
  993. }
  994. }
  995. bytes[offset..].copy_from_slice(&payload);
  996. Ipv6Packet::new_unchecked(&bytes)
  997. };
  998. let reply_icmp_repr = Icmpv6Repr::ParamProblem {
  999. reason: Icmpv6ParamProblem::UnrecognizedNxtHdr,
  1000. pointer: 40,
  1001. header: ipv6_repr,
  1002. data: &payload[..],
  1003. };
  1004. let reply_ipv6_repr = Ipv6Repr {
  1005. src_addr: Ipv6Address::LOOPBACK,
  1006. dst_addr: remote_ip_addr,
  1007. next_header: IpProtocol::Icmpv6,
  1008. payload_len: reply_icmp_repr.buffer_len(),
  1009. hop_limit: 0x40,
  1010. };
  1011. // Ensure the unknown next header causes a ICMPv6 Parameter Problem
  1012. // error message to be sent to the sender.
  1013. assert_eq!(
  1014. iface
  1015. .inner
  1016. .process_ipv6(&mut sockets, PacketId::empty(), &frame),
  1017. Some(IpPacket::Icmpv6((reply_ipv6_repr, reply_icmp_repr)))
  1018. );
  1019. }
  1020. #[test]
  1021. #[cfg(feature = "proto-igmp")]
  1022. fn test_handle_igmp() {
  1023. fn recv_igmp(device: &mut Loopback, timestamp: Instant) -> Vec<(Ipv4Repr, IgmpRepr)> {
  1024. let caps = device.capabilities();
  1025. let checksum_caps = &caps.checksum;
  1026. recv_all(device, timestamp)
  1027. .iter()
  1028. .filter_map(|frame| {
  1029. let ipv4_packet = match caps.medium {
  1030. #[cfg(feature = "medium-ethernet")]
  1031. Medium::Ethernet => {
  1032. let eth_frame = EthernetFrame::new_checked(frame).ok()?;
  1033. Ipv4Packet::new_checked(eth_frame.payload()).ok()?
  1034. }
  1035. #[cfg(feature = "medium-ip")]
  1036. Medium::Ip => Ipv4Packet::new_checked(&frame[..]).ok()?,
  1037. #[cfg(feature = "medium-ieee802154")]
  1038. Medium::Ieee802154 => todo!(),
  1039. };
  1040. let ipv4_repr = Ipv4Repr::parse(&ipv4_packet, checksum_caps).ok()?;
  1041. let ip_payload = ipv4_packet.payload();
  1042. let igmp_packet = IgmpPacket::new_checked(ip_payload).ok()?;
  1043. let igmp_repr = IgmpRepr::parse(&igmp_packet).ok()?;
  1044. Some((ipv4_repr, igmp_repr))
  1045. })
  1046. .collect::<Vec<_>>()
  1047. }
  1048. let groups = [
  1049. Ipv4Address::new(224, 0, 0, 22),
  1050. Ipv4Address::new(224, 0, 0, 56),
  1051. ];
  1052. let (mut iface, mut sockets, mut device) = create(MEDIUM);
  1053. // Join multicast groups
  1054. let timestamp = Instant::now();
  1055. for group in &groups {
  1056. iface
  1057. .join_multicast_group(&mut device, *group, timestamp)
  1058. .unwrap();
  1059. }
  1060. let reports = recv_igmp(&mut device, timestamp);
  1061. assert_eq!(reports.len(), 2);
  1062. for (i, group_addr) in groups.iter().enumerate() {
  1063. assert_eq!(reports[i].0.next_header, IpProtocol::Igmp);
  1064. assert_eq!(reports[i].0.dst_addr, *group_addr);
  1065. assert_eq!(
  1066. reports[i].1,
  1067. IgmpRepr::MembershipReport {
  1068. group_addr: *group_addr,
  1069. version: IgmpVersion::Version2,
  1070. }
  1071. );
  1072. }
  1073. // General query
  1074. let timestamp = Instant::now();
  1075. const GENERAL_QUERY_BYTES: &[u8] = &[
  1076. 0x46, 0xc0, 0x00, 0x24, 0xed, 0xb4, 0x00, 0x00, 0x01, 0x02, 0x47, 0x43, 0xac, 0x16, 0x63,
  1077. 0x04, 0xe0, 0x00, 0x00, 0x01, 0x94, 0x04, 0x00, 0x00, 0x11, 0x64, 0xec, 0x8f, 0x00, 0x00,
  1078. 0x00, 0x00, 0x02, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1079. 0x00,
  1080. ];
  1081. {
  1082. // Transmit GENERAL_QUERY_BYTES into loopback
  1083. let tx_token = device.transmit(timestamp).unwrap();
  1084. tx_token.consume(GENERAL_QUERY_BYTES.len(), |buffer| {
  1085. buffer.copy_from_slice(GENERAL_QUERY_BYTES);
  1086. });
  1087. }
  1088. // Trigger processing until all packets received through the
  1089. // loopback have been processed, including responses to
  1090. // GENERAL_QUERY_BYTES. Therefore `recv_all()` would return 0
  1091. // pkts that could be checked.
  1092. iface.socket_ingress(&mut device, &mut sockets);
  1093. // Leave multicast groups
  1094. let timestamp = Instant::now();
  1095. for group in &groups {
  1096. iface
  1097. .leave_multicast_group(&mut device, *group, timestamp)
  1098. .unwrap();
  1099. }
  1100. let leaves = recv_igmp(&mut device, timestamp);
  1101. assert_eq!(leaves.len(), 2);
  1102. for (i, group_addr) in groups.iter().cloned().enumerate() {
  1103. assert_eq!(leaves[i].0.next_header, IpProtocol::Igmp);
  1104. assert_eq!(leaves[i].0.dst_addr, Ipv4Address::MULTICAST_ALL_ROUTERS);
  1105. assert_eq!(leaves[i].1, IgmpRepr::LeaveGroup { group_addr });
  1106. }
  1107. }
  1108. #[test]
  1109. #[cfg(all(feature = "proto-ipv4", feature = "socket-raw"))]
  1110. fn test_raw_socket_no_reply() {
  1111. use crate::wire::{IpVersion, Ipv4Packet, UdpPacket, UdpRepr};
  1112. let (mut iface, mut sockets, _device) = create(MEDIUM);
  1113. let packets = 1;
  1114. let rx_buffer =
  1115. raw::PacketBuffer::new(vec![raw::PacketMetadata::EMPTY; packets], vec![0; 48 * 1]);
  1116. let tx_buffer = raw::PacketBuffer::new(
  1117. vec![raw::PacketMetadata::EMPTY; packets],
  1118. vec![0; 48 * packets],
  1119. );
  1120. let raw_socket = raw::Socket::new(IpVersion::Ipv4, IpProtocol::Udp, rx_buffer, tx_buffer);
  1121. sockets.add(raw_socket);
  1122. let src_addr = Ipv4Address([127, 0, 0, 2]);
  1123. let dst_addr = Ipv4Address([127, 0, 0, 1]);
  1124. const PAYLOAD_LEN: usize = 10;
  1125. let udp_repr = UdpRepr {
  1126. src_port: 67,
  1127. dst_port: 68,
  1128. };
  1129. let mut bytes = vec![0xff; udp_repr.header_len() + PAYLOAD_LEN];
  1130. let mut packet = UdpPacket::new_unchecked(&mut bytes[..]);
  1131. udp_repr.emit(
  1132. &mut packet,
  1133. &src_addr.into(),
  1134. &dst_addr.into(),
  1135. PAYLOAD_LEN,
  1136. |buf| fill_slice(buf, 0x2a),
  1137. &ChecksumCapabilities::default(),
  1138. );
  1139. let ipv4_repr = Ipv4Repr {
  1140. src_addr,
  1141. dst_addr,
  1142. next_header: IpProtocol::Udp,
  1143. hop_limit: 64,
  1144. payload_len: udp_repr.header_len() + PAYLOAD_LEN,
  1145. };
  1146. // Emit to frame
  1147. let mut bytes = vec![0u8; ipv4_repr.buffer_len() + udp_repr.header_len() + PAYLOAD_LEN];
  1148. let frame = {
  1149. ipv4_repr.emit(
  1150. &mut Ipv4Packet::new_unchecked(&mut bytes),
  1151. &ChecksumCapabilities::default(),
  1152. );
  1153. udp_repr.emit(
  1154. &mut UdpPacket::new_unchecked(&mut bytes[ipv4_repr.buffer_len()..]),
  1155. &src_addr.into(),
  1156. &dst_addr.into(),
  1157. PAYLOAD_LEN,
  1158. |buf| fill_slice(buf, 0x2a),
  1159. &ChecksumCapabilities::default(),
  1160. );
  1161. Ipv4Packet::new_unchecked(&bytes)
  1162. };
  1163. assert_eq!(
  1164. iface.inner.process_ipv4(
  1165. &mut sockets,
  1166. PacketId::empty(),
  1167. &frame,
  1168. &mut iface.fragments
  1169. ),
  1170. None
  1171. );
  1172. }
  1173. #[test]
  1174. #[cfg(all(feature = "proto-ipv4", feature = "socket-raw", feature = "socket-udp"))]
  1175. fn test_raw_socket_with_udp_socket() {
  1176. use crate::{
  1177. socket::udp::UdpMetadata,
  1178. wire::{IpEndpoint, IpVersion, Ipv4Packet, UdpPacket, UdpRepr},
  1179. };
  1180. static UDP_PAYLOAD: [u8; 5] = [0x48, 0x65, 0x6c, 0x6c, 0x6f];
  1181. let (mut iface, mut sockets, _device) = create(MEDIUM);
  1182. let udp_rx_buffer = udp::PacketBuffer::new(vec![udp::PacketMetadata::EMPTY], vec![0; 15]);
  1183. let udp_tx_buffer = udp::PacketBuffer::new(vec![udp::PacketMetadata::EMPTY], vec![0; 15]);
  1184. let udp_socket = udp::Socket::new(udp_rx_buffer, udp_tx_buffer);
  1185. let udp_socket_handle = sockets.add(udp_socket);
  1186. // Bind the socket to port 68
  1187. let socket = sockets.get_mut::<udp::Socket>(udp_socket_handle);
  1188. assert_eq!(socket.bind(68), Ok(()));
  1189. assert!(!socket.can_recv());
  1190. assert!(socket.can_send());
  1191. let packets = 1;
  1192. let raw_rx_buffer =
  1193. raw::PacketBuffer::new(vec![raw::PacketMetadata::EMPTY; packets], vec![0; 48 * 1]);
  1194. let raw_tx_buffer = raw::PacketBuffer::new(
  1195. vec![raw::PacketMetadata::EMPTY; packets],
  1196. vec![0; 48 * packets],
  1197. );
  1198. let raw_socket = raw::Socket::new(
  1199. IpVersion::Ipv4,
  1200. IpProtocol::Udp,
  1201. raw_rx_buffer,
  1202. raw_tx_buffer,
  1203. );
  1204. sockets.add(raw_socket);
  1205. let src_addr = Ipv4Address([127, 0, 0, 2]);
  1206. let dst_addr = Ipv4Address([127, 0, 0, 1]);
  1207. let udp_repr = UdpRepr {
  1208. src_port: 67,
  1209. dst_port: 68,
  1210. };
  1211. let mut bytes = vec![0xff; udp_repr.header_len() + UDP_PAYLOAD.len()];
  1212. let mut packet = UdpPacket::new_unchecked(&mut bytes[..]);
  1213. udp_repr.emit(
  1214. &mut packet,
  1215. &src_addr.into(),
  1216. &dst_addr.into(),
  1217. UDP_PAYLOAD.len(),
  1218. |buf| buf.copy_from_slice(&UDP_PAYLOAD),
  1219. &ChecksumCapabilities::default(),
  1220. );
  1221. let ipv4_repr = Ipv4Repr {
  1222. src_addr,
  1223. dst_addr,
  1224. next_header: IpProtocol::Udp,
  1225. hop_limit: 64,
  1226. payload_len: udp_repr.header_len() + UDP_PAYLOAD.len(),
  1227. };
  1228. // Emit to frame
  1229. let mut bytes = vec![0u8; ipv4_repr.buffer_len() + udp_repr.header_len() + UDP_PAYLOAD.len()];
  1230. let frame = {
  1231. ipv4_repr.emit(
  1232. &mut Ipv4Packet::new_unchecked(&mut bytes),
  1233. &ChecksumCapabilities::default(),
  1234. );
  1235. udp_repr.emit(
  1236. &mut UdpPacket::new_unchecked(&mut bytes[ipv4_repr.buffer_len()..]),
  1237. &src_addr.into(),
  1238. &dst_addr.into(),
  1239. UDP_PAYLOAD.len(),
  1240. |buf| buf.copy_from_slice(&UDP_PAYLOAD),
  1241. &ChecksumCapabilities::default(),
  1242. );
  1243. Ipv4Packet::new_unchecked(&bytes)
  1244. };
  1245. assert_eq!(
  1246. iface.inner.process_ipv4(
  1247. &mut sockets,
  1248. PacketId::empty(),
  1249. &frame,
  1250. &mut iface.fragments
  1251. ),
  1252. None
  1253. );
  1254. // Make sure the UDP socket can still receive in presence of a Raw socket that handles UDP
  1255. let socket = sockets.get_mut::<udp::Socket>(udp_socket_handle);
  1256. assert!(socket.can_recv());
  1257. assert_eq!(
  1258. socket.recv(),
  1259. Ok((
  1260. &UDP_PAYLOAD[..],
  1261. UdpMetadata::new(IpEndpoint::new(src_addr.into(), 67), PacketId::empty(),)
  1262. ))
  1263. );
  1264. }
  1265. #[cfg(all(
  1266. not(feature = "medium-ethernet"),
  1267. feature = "proto-sixlowpan",
  1268. feature = "proto-sixlowpan-fragmentation"
  1269. ))]
  1270. #[test]
  1271. fn test_echo_request_sixlowpan_128_bytes() {
  1272. use crate::phy::Checksum;
  1273. let (mut iface, mut sockets, mut device) = create(Medium::Ieee802154);
  1274. // TODO: modify the example, such that we can also test if the checksum is correctly
  1275. // computed.
  1276. iface.inner.caps.checksum.icmpv6 = Checksum::None;
  1277. assert_eq!(iface.inner.caps.medium, Medium::Ieee802154);
  1278. let now = iface.inner.now();
  1279. iface.inner.neighbor_cache.fill(
  1280. Ipv6Address([0xfe, 0x80, 0, 0, 0, 0, 0, 0, 0x2, 0, 0, 0, 0, 0, 0, 0]).into(),
  1281. HardwareAddress::Ieee802154(Ieee802154Address::default()),
  1282. now,
  1283. );
  1284. let mut ieee802154_repr = Ieee802154Repr {
  1285. frame_type: Ieee802154FrameType::Data,
  1286. security_enabled: false,
  1287. frame_pending: false,
  1288. ack_request: false,
  1289. sequence_number: Some(5),
  1290. pan_id_compression: true,
  1291. frame_version: Ieee802154FrameVersion::Ieee802154_2003,
  1292. dst_pan_id: Some(Ieee802154Pan(0xbeef)),
  1293. dst_addr: Some(Ieee802154Address::Extended([
  1294. 0x90, 0xfc, 0x48, 0xc2, 0xa4, 0x41, 0xfc, 0x76,
  1295. ])),
  1296. src_pan_id: Some(Ieee802154Pan(0xbeef)),
  1297. src_addr: Some(Ieee802154Address::Extended([
  1298. 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x0b, 0x1a,
  1299. ])),
  1300. };
  1301. // NOTE: this data is retrieved from tests with Contiki-NG
  1302. let request_first_part_packet = SixlowpanFragPacket::new_checked(&[
  1303. 0xc0, 0xb0, 0x00, 0x8e, 0x6a, 0x33, 0x05, 0x25, 0x2c, 0x3a, 0x80, 0x00, 0xe0, 0x71, 0x00,
  1304. 0x27, 0x00, 0x02, 0xa2, 0xc2, 0x2d, 0x63, 0x00, 0x00, 0x00, 0x00, 0xd9, 0x5e, 0x0c, 0x00,
  1305. 0x00, 0x00, 0x00, 0x00, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a,
  1306. 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29,
  1307. 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38,
  1308. 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
  1309. 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
  1310. ])
  1311. .unwrap();
  1312. let request_first_part_iphc_packet =
  1313. SixlowpanIphcPacket::new_checked(request_first_part_packet.payload()).unwrap();
  1314. let request_first_part_iphc_repr = SixlowpanIphcRepr::parse(
  1315. &request_first_part_iphc_packet,
  1316. ieee802154_repr.src_addr,
  1317. ieee802154_repr.dst_addr,
  1318. &iface.inner.sixlowpan_address_context,
  1319. )
  1320. .unwrap();
  1321. assert_eq!(
  1322. request_first_part_iphc_repr.src_addr,
  1323. Ipv6Address([
  1324. 0xfe, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40, 0x42, 0x42, 0x42, 0x42, 0x42, 0xb,
  1325. 0x1a,
  1326. ]),
  1327. );
  1328. assert_eq!(
  1329. request_first_part_iphc_repr.dst_addr,
  1330. Ipv6Address([
  1331. 0xfe, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x92, 0xfc, 0x48, 0xc2, 0xa4, 0x41, 0xfc,
  1332. 0x76,
  1333. ]),
  1334. );
  1335. let request_second_part = [
  1336. 0xe0, 0xb0, 0x00, 0x8e, 0x10, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59,
  1337. 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f, 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68,
  1338. 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77,
  1339. 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f,
  1340. ];
  1341. assert_eq!(
  1342. iface.inner.process_sixlowpan(
  1343. &mut sockets,
  1344. PacketId::empty(),
  1345. &ieee802154_repr,
  1346. &request_first_part_packet.into_inner(),
  1347. &mut iface.fragments
  1348. ),
  1349. None
  1350. );
  1351. ieee802154_repr.sequence_number = Some(6);
  1352. // data that was generated when using `ping -s 128`
  1353. let data = &[
  1354. 0xa2, 0xc2, 0x2d, 0x63, 0x00, 0x00, 0x00, 0x00, 0xd9, 0x5e, 0x0c, 0x00, 0x00, 0x00, 0x00,
  1355. 0x00, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d,
  1356. 0x1e, 0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b, 0x2c,
  1357. 0x2d, 0x2e, 0x2f, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b,
  1358. 0x3c, 0x3d, 0x3e, 0x3f, 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a,
  1359. 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59,
  1360. 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f, 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68,
  1361. 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77,
  1362. 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f,
  1363. ];
  1364. let result = iface.inner.process_sixlowpan(
  1365. &mut sockets,
  1366. PacketId::empty(),
  1367. &ieee802154_repr,
  1368. &request_second_part,
  1369. &mut iface.fragments,
  1370. );
  1371. assert_eq!(
  1372. result,
  1373. Some(IpPacket::Icmpv6((
  1374. Ipv6Repr {
  1375. src_addr: Ipv6Address([
  1376. 0xfe, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x92, 0xfc, 0x48, 0xc2, 0xa4, 0x41,
  1377. 0xfc, 0x76,
  1378. ]),
  1379. dst_addr: Ipv6Address([
  1380. 0xfe, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40, 0x42, 0x42, 0x42, 0x42, 0x42,
  1381. 0xb, 0x1a,
  1382. ]),
  1383. next_header: IpProtocol::Icmpv6,
  1384. payload_len: 136,
  1385. hop_limit: 64,
  1386. },
  1387. Icmpv6Repr::EchoReply {
  1388. ident: 39,
  1389. seq_no: 2,
  1390. data,
  1391. }
  1392. )))
  1393. );
  1394. iface.inner.neighbor_cache.fill(
  1395. IpAddress::Ipv6(Ipv6Address([
  1396. 0xfe, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40, 0x42, 0x42, 0x42, 0x42, 0x42, 0xb, 0x1a,
  1397. ])),
  1398. HardwareAddress::Ieee802154(Ieee802154Address::default()),
  1399. Instant::now(),
  1400. );
  1401. let tx_token = device.transmit(Instant::now()).unwrap();
  1402. iface.inner.dispatch_ieee802154(
  1403. Ieee802154Address::default(),
  1404. tx_token,
  1405. result.unwrap(),
  1406. &mut iface.fragmenter,
  1407. );
  1408. assert_eq!(
  1409. device.queue[0],
  1410. &[
  1411. 0x41, 0xcc, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  1412. 0x0, 0x0, 0x0, 0x0, 0xc0, 0xb0, 0x5, 0x4e, 0x7a, 0x11, 0x3a, 0x92, 0xfc, 0x48, 0xc2,
  1413. 0xa4, 0x41, 0xfc, 0x76, 0x40, 0x42, 0x42, 0x42, 0x42, 0x42, 0xb, 0x1a, 0x81, 0x0, 0x0,
  1414. 0x0, 0x0, 0x27, 0x0, 0x2, 0xa2, 0xc2, 0x2d, 0x63, 0x0, 0x0, 0x0, 0x0, 0xd9, 0x5e, 0xc,
  1415. 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19,
  1416. 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
  1417. 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35,
  1418. 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, 0x40, 0x41, 0x42, 0x43,
  1419. 0x44, 0x45, 0x46, 0x47,
  1420. ]
  1421. );
  1422. iface.poll(Instant::now(), &mut device, &mut sockets);
  1423. assert_eq!(
  1424. device.queue[1],
  1425. &[
  1426. 0x41, 0xcc, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  1427. 0x0, 0x0, 0x0, 0x0, 0xe0, 0xb0, 0x5, 0x4e, 0xf, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d,
  1428. 0x4e, 0x4f, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5a, 0x5b,
  1429. 0x5c, 0x5d, 0x5e, 0x5f, 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69,
  1430. 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77,
  1431. 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f,
  1432. ]
  1433. );
  1434. }
  1435. #[cfg(all(
  1436. not(feature = "medium-ethernet"),
  1437. feature = "proto-sixlowpan",
  1438. feature = "proto-sixlowpan-fragmentation"
  1439. ))]
  1440. #[test]
  1441. fn test_sixlowpan_udp_with_fragmentation() {
  1442. use crate::phy::Checksum;
  1443. let mut ieee802154_repr = Ieee802154Repr {
  1444. frame_type: Ieee802154FrameType::Data,
  1445. security_enabled: false,
  1446. frame_pending: false,
  1447. ack_request: false,
  1448. sequence_number: Some(5),
  1449. pan_id_compression: true,
  1450. frame_version: Ieee802154FrameVersion::Ieee802154_2003,
  1451. dst_pan_id: Some(Ieee802154Pan(0xbeef)),
  1452. dst_addr: Some(Ieee802154Address::Extended([
  1453. 0x90, 0xfc, 0x48, 0xc2, 0xa4, 0x41, 0xfc, 0x76,
  1454. ])),
  1455. src_pan_id: Some(Ieee802154Pan(0xbeef)),
  1456. src_addr: Some(Ieee802154Address::Extended([
  1457. 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x0b, 0x1a,
  1458. ])),
  1459. };
  1460. let (mut iface, mut sockets, mut device) = create(Medium::Ieee802154);
  1461. iface.inner.caps.checksum.udp = Checksum::None;
  1462. let udp_rx_buffer = udp::PacketBuffer::new(vec![udp::PacketMetadata::EMPTY], vec![0; 1024 * 4]);
  1463. let udp_tx_buffer = udp::PacketBuffer::new(vec![udp::PacketMetadata::EMPTY], vec![0; 1024 * 4]);
  1464. let udp_socket = udp::Socket::new(udp_rx_buffer, udp_tx_buffer);
  1465. let udp_socket_handle = sockets.add(udp_socket);
  1466. {
  1467. let socket = sockets.get_mut::<udp::Socket>(udp_socket_handle);
  1468. assert_eq!(socket.bind(6969), Ok(()));
  1469. assert!(!socket.can_recv());
  1470. assert!(socket.can_send());
  1471. }
  1472. let udp_first_part = &[
  1473. 0xc0, 0xbc, 0x00, 0x92, 0x6e, 0x33, 0x07, 0xe7, 0xdc, 0xf0, 0xd3, 0xc9, 0x1b, 0x39, 0xbf,
  1474. 0xa0, 0x4c, 0x6f, 0x72, 0x65, 0x6d, 0x20, 0x69, 0x70, 0x73, 0x75, 0x6d, 0x20, 0x64, 0x6f,
  1475. 0x6c, 0x6f, 0x72, 0x20, 0x73, 0x69, 0x74, 0x20, 0x61, 0x6d, 0x65, 0x74, 0x2c, 0x20, 0x63,
  1476. 0x6f, 0x6e, 0x73, 0x65, 0x63, 0x74, 0x65, 0x74, 0x75, 0x72, 0x20, 0x61, 0x64, 0x69, 0x70,
  1477. 0x69, 0x73, 0x63, 0x69, 0x6e, 0x67, 0x20, 0x65, 0x6c, 0x69, 0x74, 0x2e, 0x20, 0x49, 0x6e,
  1478. 0x20, 0x61, 0x74, 0x20, 0x72, 0x68, 0x6f, 0x6e, 0x63, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x72,
  1479. 0x74, 0x6f, 0x72, 0x2e, 0x20, 0x43, 0x72, 0x61, 0x73, 0x20, 0x62, 0x6c, 0x61, 0x6e,
  1480. ];
  1481. assert_eq!(
  1482. iface.inner.process_sixlowpan(
  1483. &mut sockets,
  1484. PacketId::empty(),
  1485. &ieee802154_repr,
  1486. udp_first_part,
  1487. &mut iface.fragments
  1488. ),
  1489. None
  1490. );
  1491. ieee802154_repr.sequence_number = Some(6);
  1492. let udp_second_part = &[
  1493. 0xe0, 0xbc, 0x00, 0x92, 0x11, 0x64, 0x69, 0x74, 0x20, 0x74, 0x65, 0x6c, 0x6c, 0x75, 0x73,
  1494. 0x20, 0x64, 0x69, 0x61, 0x6d, 0x2c, 0x20, 0x76, 0x61, 0x72, 0x69, 0x75, 0x73, 0x20, 0x76,
  1495. 0x65, 0x73, 0x74, 0x69, 0x62, 0x75, 0x6c, 0x75, 0x6d, 0x20, 0x6e, 0x69, 0x62, 0x68, 0x20,
  1496. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x64, 0x6f, 0x20, 0x6e, 0x65, 0x63, 0x2e,
  1497. ];
  1498. assert_eq!(
  1499. iface.inner.process_sixlowpan(
  1500. &mut sockets,
  1501. PacketId::empty(),
  1502. &ieee802154_repr,
  1503. udp_second_part,
  1504. &mut iface.fragments
  1505. ),
  1506. None
  1507. );
  1508. let socket = sockets.get_mut::<udp::Socket>(udp_socket_handle);
  1509. let udp_data = b"Lorem ipsum dolor sit amet, consectetur adipiscing elit. \
  1510. In at rhoncus tortor. Cras blandit tellus diam, varius vestibulum nibh commodo nec.";
  1511. assert_eq!(
  1512. socket.recv().map(|(data, meta)| (data, meta.endpoint())),
  1513. Ok((
  1514. &udp_data[..],
  1515. IpEndpoint {
  1516. addr: IpAddress::Ipv6(Ipv6Address([
  1517. 0xfe, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40, 0x42, 0x42, 0x42, 0x42, 0x42,
  1518. 0xb, 0x1a,
  1519. ])),
  1520. port: 54217,
  1521. }
  1522. ))
  1523. );
  1524. let tx_token = device.transmit(Instant::now()).unwrap();
  1525. iface.inner.dispatch_ieee802154(
  1526. Ieee802154Address::default(),
  1527. tx_token,
  1528. IpPacket::Udp((
  1529. IpRepr::Ipv6(Ipv6Repr {
  1530. src_addr: Ipv6Address::default(),
  1531. dst_addr: Ipv6Address::default(),
  1532. next_header: IpProtocol::Udp,
  1533. payload_len: udp_data.len(),
  1534. hop_limit: 64,
  1535. }),
  1536. UdpRepr {
  1537. src_port: 1234,
  1538. dst_port: 1234,
  1539. },
  1540. udp_data,
  1541. PacketId::empty(),
  1542. )),
  1543. &mut iface.fragmenter,
  1544. );
  1545. iface.poll(Instant::now(), &mut device, &mut sockets);
  1546. assert_eq!(
  1547. device.queue[0],
  1548. &[
  1549. 0x41, 0xcc, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  1550. 0x0, 0x0, 0x0, 0x0, 0xc0, 0xb4, 0x5, 0x4e, 0x7e, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  1551. 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0x4, 0xd2, 0x4, 0xd2, 0xf6,
  1552. 0x4d, 0x4c, 0x6f, 0x72, 0x65, 0x6d, 0x20, 0x69, 0x70, 0x73, 0x75, 0x6d, 0x20, 0x64,
  1553. 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x73, 0x69, 0x74, 0x20, 0x61, 0x6d, 0x65, 0x74, 0x2c,
  1554. 0x20, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x63, 0x74, 0x65, 0x74, 0x75, 0x72, 0x20, 0x61,
  1555. 0x64, 0x69, 0x70, 0x69, 0x73, 0x63, 0x69, 0x6e, 0x67, 0x20, 0x65, 0x6c, 0x69, 0x74,
  1556. 0x2e, 0x20, 0x49, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x72, 0x68, 0x6f, 0x6e, 0x63, 0x75,
  1557. 0x73, 0x20, 0x74,
  1558. ]
  1559. );
  1560. assert_eq!(
  1561. device.queue[1],
  1562. &[
  1563. 0x41, 0xcc, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  1564. 0x0, 0x0, 0x0, 0x0, 0xe0, 0xb4, 0x5, 0x4e, 0xf, 0x6f, 0x72, 0x74, 0x6f, 0x72, 0x2e,
  1565. 0x20, 0x43, 0x72, 0x61, 0x73, 0x20, 0x62, 0x6c, 0x61, 0x6e, 0x64, 0x69, 0x74, 0x20,
  1566. 0x74, 0x65, 0x6c, 0x6c, 0x75, 0x73, 0x20, 0x64, 0x69, 0x61, 0x6d, 0x2c, 0x20, 0x76,
  1567. 0x61, 0x72, 0x69, 0x75, 0x73, 0x20, 0x76, 0x65, 0x73, 0x74, 0x69, 0x62, 0x75, 0x6c,
  1568. 0x75, 0x6d, 0x20, 0x6e, 0x69, 0x62, 0x68, 0x20, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x64,
  1569. 0x6f, 0x20, 0x6e, 0x65, 0x63, 0x2e,
  1570. ]
  1571. );
  1572. }