Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/wire/
Darp.rs164 pub fn target_protocol_addr(&self) -> &[u8] { in target_protocol_addr() method
266 target_protocol_addr: Ipv4Address,
285 target_protocol_addr: Ipv4Address::from_bytes(packet.target_protocol_addr()), in parse()
306 target_protocol_addr, in emit()
316 packet.set_target_protocol_addr(target_protocol_addr.as_bytes()); in emit()
343 self.target_protocol_addr() in fmt()
359 target_protocol_addr, in fmt()
411 assert_eq!(packet.target_protocol_addr(), &[0x41, 0x42, 0x43, 0x44]); in test_deconstruct()
440 target_protocol_addr: Ipv4Address::from_bytes(&[0x41, 0x42, 0x43, 0x44]), in packet_repr()
/smoltcp-0.9.1/src/iface/interface/
Dipv4.rs180 target_protocol_addr, in process_arp()
184 if !self.has_ip_addr(target_protocol_addr) { in process_arp()
224 source_protocol_addr: target_protocol_addr, in process_arp()
226 target_protocol_addr: source_protocol_addr, in process_arp()
Dtests.rs714 target_protocol_addr: local_ip_addr, in test_handle_valid_arp_request()
734 target_protocol_addr: remote_ip_addr in test_handle_valid_arp_request()
838 target_protocol_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x03]), in test_handle_other_arp_request()
889 target_protocol_addr: Ipv4Address([0x7f, 0x00, 0x00, 0x01]), in test_arp_flush_after_update_ip()
911 target_protocol_addr: remote_ip_addr in test_arp_flush_after_update_ip()
Dmod.rs1610 target_protocol_addr: dst_addr, in lookup_hardware_addr()