Searched defs:s (Results 1 – 5 of 5) sorted by relevance
2547 let mut s = socket_with_buffer_sizes(tx_len, rx_len); in socket_syn_received_with_buffer_sizes() localVariable2562 let mut s = socket_with_buffer_sizes(tx_len, rx_len); in socket_syn_sent_with_buffer_sizes() localVariable2575 let mut s = socket_syn_received_with_buffer_sizes(tx_len, rx_len); in socket_established_with_buffer_sizes() localVariable2589 let mut s = socket_established(); in socket_fin_wait_1() localVariable2595 let mut s = socket_fin_wait_1(); in socket_fin_wait_2() localVariable2603 let mut s = socket_fin_wait_1(); in socket_closing() localVariable2611 let mut s = socket_fin_wait_2(); in socket_time_wait() localVariable2624 let mut s = socket_established(); in socket_close_wait() localVariable2632 let mut s = socket_close_wait(); in socket_last_ack() localVariable2638 let mut s = socket_established(); in socket_recved() localVariable[all …]
978 let mut s = Socket::new(); in socket() localVariable987 let mut s = Socket::new(); in socket_different_port() localVariable998 let mut s = socket(); in socket_bound() localVariable1019 let mut s = socket(); in test_bind() localVariable1054 let mut s = socket_different_port(); in test_bind_different_ports() localVariable1089 let mut s = socket(); in test_discover_retransmit() localVariable1104 let mut s = socket(); in test_request_retransmit() localVariable1130 let mut s = socket(); in test_request_timeout() localVariable1151 let mut s = socket(); in test_request_nak() localVariable1162 let mut s = socket_bound(); in test_renew() localVariable[all …]
593 let mut s = socket(buffer(0), buffer(1)); in test_set_hop_limit_zero() localVariable742 let mut s = socket(buffer(0), buffer(1)); in test_set_hop_limit() localVariable
714 let mut s = socket(buffer(0), buffer(1)); in test_set_hop_limit_v4() localVariable961 let mut s = socket(buffer(0), buffer(1)); in test_set_hop_limit() localVariable
20 let s = self.state.wrapping_mul(M).wrapping_add(A); in rand_u32() localVariable