Data Fields | |
char | data [0] |
char | is_fatal |
char | is_resp |
int | method |
sip_pkt * | next |
sip_pvt * | owner |
int | packetlen |
int | response_code |
int | retrans |
int | retransid |
int | seqno |
int | timer_a |
int | timer_t1 |
Definition at line 1383 of file chan_sip.c.
char data[0] |
Definition at line 1396 of file chan_sip.c.
Referenced by __sip_pretend_ack(), __sip_semi_ack(), and retrans_pkt().
char is_fatal |
non-zero if there is a fatal error
Definition at line 1389 of file chan_sip.c.
Referenced by retrans_pkt().
char is_resp |
1 if this is a response packet (e.g. 200 OK), 0 if it is a request
Definition at line 1388 of file chan_sip.c.
Referenced by __sip_ack(), __sip_pretend_ack(), __sip_semi_ack(), and retrans_pkt().
int method |
SIP method for this packet
Definition at line 1386 of file chan_sip.c.
Referenced by __sip_ack(), __sip_pretend_ack(), and retrans_pkt().
Next packet in linked list
Definition at line 1384 of file chan_sip.c.
Referenced by __sip_ack(), __sip_reliable_xmit(), __sip_semi_ack(), handle_request_cancel(), and retrans_pkt().
Owner AST call
Definition at line 1391 of file chan_sip.c.
Referenced by __sip_ack(), __sip_destroy(), and retrans_pkt().
int packetlen |
int response_code |
If this is a response, the response code
Definition at line 1390 of file chan_sip.c.
Referenced by __sip_reliable_xmit(), and handle_request_cancel().
int retrans |
int retransid |
Retransmission ID
Definition at line 1392 of file chan_sip.c.
Referenced by __sip_ack(), __sip_destroy(), __sip_semi_ack(), handle_request_cancel(), and retrans_pkt().
int seqno |
Sequence number
Definition at line 1387 of file chan_sip.c.
Referenced by __sip_ack(), __sip_pretend_ack(), __sip_semi_ack(), handle_request_cancel(), and retrans_pkt().
int timer_a |
SIP timer A, retransmission timer
Definition at line 1393 of file chan_sip.c.
Referenced by retrans_pkt().
int timer_t1 |
SIP Timer T1, estimated RTT or 500 ms
Definition at line 1394 of file chan_sip.c.
Referenced by retrans_pkt().