Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for a Linksys control packet. More...
Data Fields | |
uint32_t | command |
uint32_t | ip |
uint32_t | port |
uint32_t | unique_id |
Structure for a Linksys control packet.
Definition at line 76 of file res_rtp_multicast.c.
uint32_t command |
Actual command in the control packet
Definition at line 80 of file res_rtp_multicast.c.
uint32_t ip |
IP address for the RTP
Definition at line 82 of file res_rtp_multicast.c.
Referenced by multicast_send_control_packet().
uint32_t port |
Port for the RTP
Definition at line 84 of file res_rtp_multicast.c.
Referenced by multicast_send_control_packet().
uint32_t unique_id |
Unique identifier for the control packet
Definition at line 78 of file res_rtp_multicast.c.
Referenced by multicast_send_control_packet().