VLC
3.0.21
|
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 |
session_descriptor_t * | first |
int sap_address_t::fd |
Referenced by AddressCreate(), AddressDestroy(), and RunThread().
session_descriptor_t* sap_address_t::first |
Referenced by AddressCreate(), AddressDestroy(), RunThread(), sout_AnnounceRegisterSDP(), and sout_AnnounceUnRegister().
char sap_address_t::group[64] |
Referenced by AddressCreate(), and sout_AnnounceRegisterSDP().
unsigned sap_address_t::interval |
Referenced by AddressCreate(), and RunThread().
vlc_mutex_t sap_address_t::lock |
Referenced by AddressCreate(), AddressDestroy(), RunThread(), sout_AnnounceRegisterSDP(), and sout_AnnounceUnRegister().
struct sap_address_t* sap_address_t::next |
Referenced by sout_AnnounceRegisterSDP(), and sout_AnnounceUnRegister().
struct sockaddr_storage sap_address_t::orig |
Referenced by AddressCreate(), and sout_AnnounceRegisterSDP().
socklen_t sap_address_t::origlen |
Referenced by AddressCreate().
unsigned sap_address_t::session_count |
Referenced by AddressCreate(), RunThread(), sout_AnnounceRegisterSDP(), and sout_AnnounceUnRegister().
vlc_thread_t sap_address_t::thread |
Referenced by AddressCreate(), and AddressDestroy().
vlc_cond_t sap_address_t::wait |
Referenced by AddressCreate(), AddressDestroy(), RunThread(), sout_AnnounceRegisterSDP(), and sout_AnnounceUnRegister().