|
VLC
2.1.0-git
|

Data Fields | |
| struct sap_address_t * | next |
| vlc_thread_t | thread |
| vlc_mutex_t | lock |
| vlc_cond_t | wait |
| char | group [64] |
| struct sockaddr_storage | orig |
| socklen_t | origlen |
| int | fd |
| unsigned | interval |
| unsigned | session_count |
| sap_session_t * | first |
| int sap_address_t::fd |
Referenced by AddressCreate(), AddressDestroy(), and RunThread().
| sap_session_t* sap_address_t::first |
Referenced by AddressCreate(), AddressDestroy(), RunThread(), SAP_Add(), and SAP_Del().
| char sap_address_t::group[64] |
Referenced by AddressCreate(), and SAP_Add().
| unsigned sap_address_t::interval |
Referenced by AddressCreate(), and RunThread().
| vlc_mutex_t sap_address_t::lock |
Referenced by AddressCreate(), AddressDestroy(), RunThread(), SAP_Add(), and SAP_Del().
| struct sap_address_t* sap_address_t::next |
| struct sockaddr_storage sap_address_t::orig |
Referenced by AddressCreate(), and SAP_Add().
| socklen_t sap_address_t::origlen |
Referenced by AddressCreate(), and SAP_Add().
| unsigned sap_address_t::session_count |
Referenced by AddressCreate(), RunThread(), SAP_Add(), and SAP_Del().
| vlc_thread_t sap_address_t::thread |
Referenced by AddressCreate(), and AddressDestroy().
| vlc_cond_t sap_address_t::wait |
Referenced by AddressCreate(), AddressDestroy(), RunThread(), SAP_Add(), and SAP_Del().
1.8.1.2