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 248 of file chan_mgcp.c.
| char buf[0] |
Definition at line 256 of file chan_mgcp.c.
| unsigned long expire |
Definition at line 252 of file chan_mgcp.c.
| int len |
Definition at line 254 of file chan_mgcp.c.
| struct mgcp_message* next |
Definition at line 255 of file chan_mgcp.c.
Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().
| struct mgcp_endpoint* owner_ep |
Definition at line 249 of file chan_mgcp.c.
Referenced by mgcpsock_read().
| struct mgcp_subchannel* owner_sub |
Definition at line 250 of file chan_mgcp.c.
Referenced by mgcpsock_read().
| int retrans |
Definition at line 251 of file chan_mgcp.c.
Referenced by retrans_pkt().
| unsigned int seqno |
Definition at line 253 of file chan_mgcp.c.
Referenced by mgcpsock_read().