Searched refs:GET_CLIENT_SOCKET (Results 1 – 2 of 2) sorted by relevance
2073 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_deregister_client()2201 if (!(CHECK_SOCKET_NUM(GET_CLIENT_SOCKET(client_handle), in cs_find_client()2208 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) { in cs_find_client()2252 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_destroy_client_handle()3763 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_request_socket_mask()3872 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_release_socket_mask()3941 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_get_event_mask()4019 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_set_event_mask()4346 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_get_status()4658 if ((sp = cs_get_sp(GET_CLIENT_SOCKET(client_handle))) == NULL) in cs_request_window()[all …]
220 #define GET_CLIENT_SOCKET(ch) (((ch)>>16)&CS_MAX_SOCKETS_MASK) macro