Searched refs:src_ip (Results 1 – 2 of 2) sorted by relevance
/smoltcp-0.9.1/src/socket/ |
D | dhcpv4.rs | 283 let src_ip = ip_repr.src_addr; in process() localVariable 291 net_debug!("DHCP invalid pkt from {}: {:?}", src_ip, e); in process() 298 net_debug!("DHCP error parsing pkt from {}: {:?}", src_ip, e); in process() 327 src_ip, in process() 349 address: src_ip, in process()
|
/smoltcp-0.9.1/src/iface/interface/ |
D | tests.rs | 440 let src_ip = Ipv6Address::new(0xfe80, 0, 0, 0, 0, 0, 0, 1); in test_handle_udp_broadcast() localVariable 442 let src_ip = Ipv4Address::new(0x7f, 0x00, 0x00, 0x02); in test_handle_udp_broadcast() localVariable 451 src_addr: src_ip, in test_handle_udp_broadcast() 459 src_addr: src_ip, in test_handle_udp_broadcast() 500 Ok((&UDP_PAYLOAD[..], IpEndpoint::new(src_ip.into(), 67))) in test_handle_udp_broadcast()
|