Searched refs:GET_CLIENT_SOCKET (Results 1 – 2 of 2) sorted by relevance
2071 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_deregister_client()2199 if (!(CHECK_SOCKET_NUM(GET_CLIENT_SOCKET(client_handle), in cs_find_client()2206 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) { in cs_find_client()2250 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_destroy_client_handle()3761 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_request_socket_mask()3870 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_release_socket_mask()3939 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_get_event_mask()4017 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_set_event_mask()4344 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_get_status()4656 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_request_window()[all …]
218 #define GET_CLIENT_SOCKET(ch) (((ch)>>16)&CS_MAX_SOCKETS_MASK) macro