Searched refs:num_clients (Results 1 – 5 of 5) sorted by relevance
61 const uint32_t num_clients; member113 .num_clients = sip_num_clients, \
148 for (i = 0; i < ctrl->num_clients; i++) { in sip_svc_get_c_idx()425 __ASSERT(c_idx < ctrl->num_clients, "c_idx shouldn't be greater than ctrl->num_clients"); in sip_svc_callback()845 ctrl->client_id_pool = sip_svc_id_mgr_create(ctrl->num_clients); in sip_svc_subsys_init()868 ctrl->clients = k_malloc(ctrl->num_clients * sizeof(struct sip_svc_client)); in sip_svc_subsys_init()877 memset(ctrl->clients, 0, ctrl->num_clients * sizeof(struct sip_svc_client)); in sip_svc_subsys_init()884 for (uint32_t i = 0; i < ctrl->num_clients; i++) { in sip_svc_subsys_init()906 for (uint32_t i = 0; i < ctrl->num_clients; i++) { in sip_svc_subsys_init()
364 for (i = 0; i < ctrl->num_clients; i++) { in cmd_info()
25 static int num_clients; variable166 for (int i = 0; i < num_clients; i++) { in has_ongoing_exchanges()554 for (int i = 0; i < num_clients; i++) { in get_client()571 for (int i = 0; i < num_clients; i++) { in handle_poll()1101 if (num_clients >= CONFIG_COAP_CLIENT_MAX_INSTANCES) { in coap_client_init()1108 clients[num_clients] = client; in coap_client_init()1109 num_clients++; in coap_client_init()
46 int num_clients; member253 ctx->num_clients = 0; in http_server_init()353 server_ctx.num_clients--; in http_server_release_client()614 ctx->num_clients++; in http_server_run()