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 1011 of file chan_sip.c.
char data[0] |
Definition at line 1022 of file chan_sip.c.
Referenced by __sip_ack(), __sip_pretend_ack(), __sip_semi_ack(), and retrans_pkt().
unsigned int flags |
non-zero if this is a response packet (e.g. 200 OK)
Definition at line 1016 of file chan_sip.c.
int method |
SIP method for this packet
Definition at line 1014 of file chan_sip.c.
Referenced by __sip_pretend_ack(), and retrans_pkt().
Next packet in linked list
Definition at line 1012 of file chan_sip.c.
Referenced by __sip_ack(), __sip_semi_ack(), and retrans_pkt().
Owner AST call
Definition at line 1017 of file chan_sip.c.
Referenced by __sip_reliable_xmit(), and retrans_pkt().
int packetlen |
int retrans |
int retransid |
Retransmission ID
Definition at line 1018 of file chan_sip.c.
Referenced by __sip_ack(), __sip_destroy(), __sip_semi_ack(), and retrans_pkt().
int seqno |
Sequence number
Definition at line 1015 of file chan_sip.c.
Referenced by __sip_ack(), __sip_pretend_ack(), and __sip_semi_ack().
int timer_a |
SIP timer A, retransmission timer
Definition at line 1019 of file chan_sip.c.
Referenced by retrans_pkt().
int timer_t1 |
SIP Timer T1, estimated RTT or 500 ms
Definition at line 1020 of file chan_sip.c.
Referenced by retrans_pkt().