Searched refs:have_settings_buf (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/apps/lwiperf/
H A Dlwiperf.c127 u8_t have_settings_buf; member in struct:_lwiperf_state_tcp
419 client_conn->have_settings_buf = 1;
486 if ((!conn->have_settings_buf) || ((conn->bytes_transferred - 24) % (1024 * 128) == 0)) {
493 if (!conn->have_settings_buf) {
499 conn->have_settings_buf = 1;

Completed in 31 milliseconds