Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


mgcp_response Struct Reference

Data Fields

char buf [0]
 
int len
 
struct mgcp_responsenext
 
int seqno
 
time_t whensent
 

Detailed Description

Definition at line 276 of file chan_mgcp.c.

Field Documentation

char buf[0]

Definition at line 281 of file chan_mgcp.c.

Referenced by resend_response(), and transmit_response().

int len

Definition at line 278 of file chan_mgcp.c.

Referenced by resend_response(), and transmit_response().

struct mgcp_response* next

Definition at line 280 of file chan_mgcp.c.

Referenced by find_and_retrans(), and transmit_response().

int seqno

Definition at line 279 of file chan_mgcp.c.

Referenced by transmit_response().

time_t whensent

Definition at line 277 of file chan_mgcp.c.

Referenced by transmit_response().


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