Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
mgcp_message Struct Reference

mgcp_message: MGCP message for queuing up More...

Collaboration diagram for mgcp_message:
Collaboration graph
[legend]

Data Fields

char buf [0]
 
unsigned long expire
 
int len
 
struct mgcp_messagenext
 
struct mgcp_endpointowner_ep
 
struct mgcp_subchannelowner_sub
 
int retrans
 
unsigned int seqno
 

Detailed Description

mgcp_message: MGCP message for queuing up

Definition at line 270 of file chan_mgcp.c.

Field Documentation

◆ buf

char buf[0]

Definition at line 278 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), and retrans_pkt().

◆ expire

unsigned long expire

Definition at line 274 of file chan_mgcp.c.

Referenced by mgcp_postrequest().

◆ len

int len

Definition at line 276 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), and retrans_pkt().

◆ next

struct mgcp_message* next

Definition at line 277 of file chan_mgcp.c.

Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().

◆ owner_ep

struct mgcp_endpoint* owner_ep

Definition at line 271 of file chan_mgcp.c.

Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().

◆ owner_sub

struct mgcp_subchannel* owner_sub

Definition at line 272 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().

◆ retrans

int retrans

Definition at line 273 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), and retrans_pkt().

◆ seqno

unsigned int seqno

Definition at line 275 of file chan_mgcp.c.

Referenced by FaxPcap::add(), dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().


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