VLC 4.0.0-dev
|
SDP connection address. More...
#include <sdp.h>
Data Fields | |
struct vlc_sdp_conn * | next |
int | family |
unsigned char | ttl |
unsigned short | addr_count |
char | addr [] |
SDP connection address.
char vlc_sdp_conn::addr[] |
Referenced by OpenSDP(), and vlc_sdp_conn_parse().
unsigned short vlc_sdp_conn::addr_count |
Referenced by vlc_sdp_conn_parse().
int vlc_sdp_conn::family |
Referenced by vlc_sdp_conn_parse().
struct vlc_sdp_conn* vlc_sdp_conn::next |
Referenced by OpenSDP(), vlc_sdp_conn_free(), vlc_sdp_conn_parse(), and vlc_sdp_parse().
unsigned char vlc_sdp_conn::ttl |
Referenced by vlc_sdp_conn_parse().