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

#include <sip.h>

Collaboration diagram for tcptls_packet:
Collaboration graph
[legend]

Data Fields

struct ast_strdata
 
struct {
   struct tcptls_packet *   next
 
entry
 
size_t len
 

Detailed Description

Definition at line 1435 of file sip.h.

Field Documentation

◆ data

struct ast_str* data

Definition at line 1437 of file sip.h.

Referenced by _sip_tcp_helper_thread(), sip_tcptls_write(), and tcptls_packet_destructor().

◆ entry

struct { ... } entry

◆ len

size_t len

Definition at line 1438 of file sip.h.

Referenced by _sip_tcp_helper_thread(), and sip_tcptls_write().

◆ next

struct tcptls_packet* next

Definition at line 1436 of file sip.h.


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