Searched refs:poll (Results 1 – 16 of 16) sorted by relevance
/smoltcp-0.9.1/src/socket/ |
D | dhcpv4.rs | 665 pub fn poll(&mut self) -> Option<Event> { in poll() method 979 assert_eq!(s.poll(), Some(Event::Deconfigured)); in socket() 990 assert_eq!(s.poll(), Some(Event::Deconfigured)); in socket_different_port() 1022 assert_eq!(s.poll(), None); in test_bind() 1024 assert_eq!(s.poll(), None); in test_bind() 1026 assert_eq!(s.poll(), None); in test_bind() 1030 s.poll(), in test_bind() 1057 assert_eq!(s.poll(), None); in test_bind_different_ports() 1059 assert_eq!(s.poll(), None); in test_bind_different_ports() 1061 assert_eq!(s.poll(), None); in test_bind_different_ports() [all …]
|
/smoltcp-0.9.1/examples/ |
D | dhcp_client.rs | 52 iface.poll(timestamp, &mut device, &mut sockets); in main() 54 let event = sockets.get_mut::<dhcpv4::Socket>(dhcp_handle).poll(); in main()
|
D | dns.rs | 80 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | client.rs | 74 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | httpclient.rs | 76 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | multicast.rs | 91 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | sixlowpan.rs | 106 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | loopback.rs | 126 iface.poll(clock.elapsed(), &mut device, &mut sockets); in main()
|
D | benchmark.rs | 113 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | sixlowpan_benchmark.rs | 185 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | server.rs | 91 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
D | ping.rs | 151 iface.poll(timestamp, &mut device, &mut sockets); in main()
|
/smoltcp-0.9.1/fuzz/fuzz_targets/ |
D | tcp_headers.rs | 170 let _ = iface.poll(&mut socket_set, clock.elapsed());
|
/smoltcp-0.9.1/src/iface/interface/ |
D | tests.rs | 1537 iface.poll(Instant::now(), &mut device, &mut sockets); in test_echo_request_sixlowpan_128_bytes() 1672 iface.poll(Instant::now(), &mut device, &mut sockets); in test_sixlowpan_udp_with_fragmentation()
|
D | mod.rs | 727 pub fn poll<D>( in poll() method
|
/smoltcp-0.9.1/ |
D | CHANGELOG.md | 25 …or queue/counts.) Returning the error to have it bubble up to `Interface::poll()` is no longer sup…
|