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 263 of file chan_mgcp.c.
| char buf[0] |
Definition at line 271 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), and retrans_pkt().
| unsigned long expire |
Definition at line 267 of file chan_mgcp.c.
Referenced by mgcp_postrequest().
| int len |
Definition at line 269 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), and retrans_pkt().
| struct mgcp_message* next |
Definition at line 270 of file chan_mgcp.c.
Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().
| struct mgcp_endpoint* owner_ep |
Definition at line 264 of file chan_mgcp.c.
Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().
| struct mgcp_subchannel* owner_sub |
Definition at line 265 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().
| int retrans |
Definition at line 266 of file chan_mgcp.c.
Referenced by mgcp_postrequest(), and retrans_pkt().
| unsigned int seqno |
Definition at line 268 of file chan_mgcp.c.
Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().