Home
last modified time | relevance | path

Searched defs:udp_socket (Results 1 – 4 of 4) sorted by relevance

/smoltcp-0.9.1/examples/
Dmulticast.rs77 let udp_socket = udp::Socket::new(udp_rx_buffer, udp_tx_buffer); in main() localVariable
Dsixlowpan.rs89 let udp_socket = udp::Socket::new(udp_rx_buffer, udp_tx_buffer); in main() localVariable
Dserver.rs63 let udp_socket = udp::Socket::new(udp_rx_buffer, udp_tx_buffer); in main() localVariable
/smoltcp-0.9.1/src/iface/interface/
Dtests.rs432 let udp_socket = udp::Socket::new(rx_buffer, tx_buffer); in test_handle_udp_broadcast() localVariable
1280 let udp_socket = udp::Socket::new(udp_rx_buffer, udp_tx_buffer); in test_raw_socket_with_udp_socket() localVariable
1584 let udp_socket = udp::Socket::new(udp_rx_buffer, udp_tx_buffer); in test_sixlowpan_udp_with_fragmentation() localVariable