Searched refs:remote_hw_addr (Results 1 – 1 of 1) sorted by relevance
/smoltcp-0.9.1/src/iface/interface/ |
D | tests.rs | 707 let remote_hw_addr = EthernetAddress([0x52, 0x54, 0x00, 0x00, 0x00, 0x00]); in test_handle_valid_arp_request() localVariable 711 source_hardware_addr: remote_hw_addr, in test_handle_valid_arp_request() 719 frame.set_src_addr(remote_hw_addr); in test_handle_valid_arp_request() 733 target_hardware_addr: remote_hw_addr, in test_handle_valid_arp_request() 746 Ok((HardwareAddress::Ethernet(remote_hw_addr), MockTxToken)) in test_handle_valid_arp_request() 760 let remote_hw_addr = EthernetAddress([0x52, 0x54, 0x00, 0x00, 0x00, 0x00]); in test_handle_valid_ndisc_request() localVariable 764 lladdr: Some(remote_hw_addr.into()), in test_handle_valid_ndisc_request() 776 frame.set_src_addr(remote_hw_addr); in test_handle_valid_ndisc_request() 819 Ok((HardwareAddress::Ethernet(remote_hw_addr), MockTxToken)) in test_handle_valid_ndisc_request() 831 let remote_hw_addr = EthernetAddress([0x52, 0x54, 0x00, 0x00, 0x00, 0x00]); in test_handle_other_arp_request() localVariable [all …]
|