
Data Fields | |
| char | buf [0] |
| int | len |
| struct mgcp_response * | next |
| int | seqno |
| time_t | whensent |
Definition at line 276 of file chan_mgcp.c.
| 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().