Collaboration diagram for sip_pkt:

Data Fields | |
| char | data [0] |
| unsigned int | flags |
| int | method |
| sip_pkt * | next |
| sip_pvt * | owner |
| int | packetlen |
| int | retrans |
| int | retransid |
| int | seqno |
| int | timer_a |
| int | timer_t1 |
Definition at line 699 of file chan_sip.c.
|
|
Definition at line 710 of file chan_sip.c. Referenced by __sip_ack(), __sip_pretend_ack(), __sip_reliable_xmit(), __sip_semi_ack(), and retrans_pkt(). |
|
|
non-zero if this is a response packet (e.g. 200 OK) Definition at line 704 of file chan_sip.c. Referenced by __sip_reliable_xmit(). |
|
|
SIP method for this packet Definition at line 702 of file chan_sip.c. Referenced by __sip_pretend_ack(), __sip_reliable_xmit(), and retrans_pkt(). |
|
|
Next packet Definition at line 700 of file chan_sip.c. Referenced by __sip_ack(), __sip_reliable_xmit(), __sip_semi_ack(), and retrans_pkt(). |
|
|
Owner call Definition at line 705 of file chan_sip.c. Referenced by __sip_reliable_xmit(), and retrans_pkt(). |
|
|
Length of packet Definition at line 709 of file chan_sip.c. Referenced by __sip_reliable_xmit(), and retrans_pkt(). |
|
|
Retransmission number Definition at line 701 of file chan_sip.c. Referenced by retrans_pkt(). |
|
|
Retransmission ID Definition at line 706 of file chan_sip.c. Referenced by __sip_ack(), __sip_destroy(), __sip_semi_ack(), and retrans_pkt(). |
|
|
Sequence number Definition at line 703 of file chan_sip.c. Referenced by __sip_ack(), __sip_pretend_ack(), __sip_reliable_xmit(), and __sip_semi_ack(). |
|
|
SIP timer A, retransmission timer Definition at line 707 of file chan_sip.c. Referenced by retrans_pkt(). |
|
|
SIP Timer T1, estimated RTT or 500 ms Definition at line 708 of file chan_sip.c. Referenced by __sip_reliable_xmit(), and retrans_pkt(). |
1.4.6