SDP connection - host or group address. More...
#include <sdp.h>
Data Fields | |
int | c_size |
Size fo sdp_connection_t. | |
sdp_connection_t * | c_next |
Next connection in list. | |
sdp_nettype_e | c_nettype |
Network type. | |
sdp_addrtype_e | c_addrtype |
Address type. | |
sdp_text_t * | c_address |
Host or group address. | |
unsigned | c_ttl: 8 |
Time to live (scope). | |
unsigned | c_mcast: 1 |
True if multicast. | |
unsigned | c_groups |
Number of groups (if multiple). |
SDP connection - host or group address.