Asterisk - The Open Source Telephony Project
18.5.0
|
mgcp_message: MGCP message for queuing up More...
Data Fields | |
char | buf [0] |
unsigned long | expire |
int | len |
struct mgcp_message * | next |
struct mgcp_endpoint * | owner_ep |
struct mgcp_subchannel * | owner_sub |
int | retrans |
unsigned int | seqno |
mgcp_message: MGCP message for queuing up
Definition at line 270 of file chan_mgcp.c.
char buf[0] |
Definition at line 278 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), and retrans_pkt().
unsigned long expire |
Definition at line 274 of file chan_mgcp.c.
Referenced by mgcp_postrequest().
int len |
Definition at line 276 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), and retrans_pkt().
struct mgcp_message* next |
Definition at line 277 of file chan_mgcp.c.
Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().
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().
struct mgcp_subchannel* owner_sub |
Definition at line 272 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().
int retrans |
Definition at line 273 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), and retrans_pkt().
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().