Home
last modified time | relevance | path

Searched refs:CM_MAX_CLIENT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c26 #define CM_MAX_CLIENT 32 macro
59 static CM_CLIENT_T cm_clients[CM_MAX_CLIENT];
171 for (i = 0; i < CM_MAX_CLIENT; i++) { in handle_client_connect()
188 for (i = 0; i < CM_MAX_CLIENT; i++) { in handle_client_disconnect()
204 for (i = 0; i < CM_MAX_CLIENT; i++) { in handle_client_request()
238 for (i = 0; i < CM_MAX_CLIENT; i++) { in handle_device_response()
248 for (i = 0; i < CM_MAX_CLIENT; i++) { in handle_device_response()
257 if ( i == CM_MAX_CLIENT) { in handle_device_response()
271 struct pollfd pollfds[2+CM_MAX_CLIENT]; in proxy_loop()
285 for (i = 0; i < CM_MAX_CLIENT; i++) { in proxy_loop()
[all …]