Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
multicast_control_packet Struct Reference

Structure for a Linksys control packet. More...

Data Fields

uint32_t command
 
uint32_t ip
 
uint32_t port
 
uint32_t unique_id
 

Detailed Description

Structure for a Linksys control packet.

Definition at line 76 of file res_rtp_multicast.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: