Searched refs:tcp_tx_buffer (Results 1 – 5 of 5) sorted by relevance
105 let tcp_tx_buffer = tcp::SocketBuffer::new(unsafe { &mut TCP_SERVER_TX_DATA[..] }); in main() localVariable106 tcp::Socket::new(tcp_rx_buffer, tcp_tx_buffer) in main()113 let tcp_tx_buffer = tcp::SocketBuffer::new(unsafe { &mut TCP_CLIENT_TX_DATA[..] }); in main() localVariable114 tcp::Socket::new(tcp_rx_buffer, tcp_tx_buffer) in main()
61 let tcp_tx_buffer = tcp::SocketBuffer::new(vec![0; 1500]); in main() localVariable62 let tcp_socket = tcp::Socket::new(tcp_rx_buffer, tcp_tx_buffer); in main()
61 let tcp_tx_buffer = tcp::SocketBuffer::new(vec![0; 1024]); in main() localVariable62 let tcp_socket = tcp::Socket::new(tcp_rx_buffer, tcp_tx_buffer); in main()
92 let tcp_tx_buffer = tcp::SocketBuffer::new(vec![0; 4096]); in main() localVariable93 let tcp_socket = tcp::Socket::new(tcp_rx_buffer, tcp_tx_buffer); in main()
149 let tcp_tx_buffer = tcp::SocketBuffer::new(unsafe { &mut TCP_SERVER_TX_DATA[..] }); localVariable150 tcp::Socket::new(tcp_rx_buffer, tcp_tx_buffer)157 let tcp_tx_buffer = tcp::SocketBuffer::new(unsafe { &mut TCP_CLIENT_TX_DATA[..] }); localVariable158 tcp::Socket::new(tcp_rx_buffer, tcp_tx_buffer)