Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
pjsip_history_entry Struct Reference

An item in the history. More...

Data Fields

pj_sockaddr dst
 Destination address. More...
 
pjsip_msg * msg
 The actual SIP message. More...
 
int number
 Packet number. More...
 
pj_pool_t * pool
 Memory pool used to allocate msg. More...
 
pj_sockaddr src
 Source address. More...
 
struct timeval timestamp
 Time the packet was transmitted/received. More...
 
int transmitted
 Whether or not we transmitted the packet. More...
 

Detailed Description

An item in the history.

Definition at line 59 of file res_pjsip_history.c.

Field Documentation

◆ dst

pj_sockaddr dst

Destination address.

Definition at line 69 of file res_pjsip_history.c.

Referenced by display_single_entry(), entry_get_addr(), history_on_rx_msg(), history_on_tx_msg(), and sprint_list_entry().

◆ msg

pjsip_msg* msg

◆ number

int number

Packet number.

Definition at line 61 of file res_pjsip_history.c.

Referenced by display_single_entry(), entry_get_number(), pjsip_history_entry_alloc(), and sprint_list_entry().

◆ pool

pj_pool_t* pool

Memory pool used to allocate msg.

Definition at line 71 of file res_pjsip_history.c.

Referenced by pjsip_history_entry_alloc(), and pjsip_history_entry_dtor().

◆ src

pj_sockaddr src

◆ timestamp

struct timeval timestamp

Time the packet was transmitted/received.

Definition at line 65 of file res_pjsip_history.c.

Referenced by display_single_entry(), entry_get_timestamp(), pjsip_history_entry_alloc(), and sprint_list_entry().

◆ transmitted

int transmitted

Whether or not we transmitted the packet.

Definition at line 63 of file res_pjsip_history.c.

Referenced by display_single_entry(), entry_get_addr(), history_on_tx_msg(), and sprint_list_entry().


The documentation for this struct was generated from the following file: