Lines Matching defs:new_conn
388 void *report_arg, lwiperf_state_base_t *related_master_state, lwiperf_state_tcp_t **new_conn)
397 LWIP_ASSERT("new_conn != NULL", new_conn != NULL);
398 *new_conn = NULL;
434 *new_conn = client_conn;
442 lwiperf_state_tcp_t *new_conn = NULL;
446 conn->base.related_master_state, &new_conn);
448 LWIP_ASSERT("new_conn != NULL", new_conn != NULL);
449 new_conn->settings.flags = 0; /* prevent the remote side starting back as client again */