RTS API Documentation  1.10.11
Data Fields
switch_core_port_allocator Struct Reference
+ Collaboration diagram for switch_core_port_allocator:

Data Fields

char * ip
 
switch_port_t start
 
switch_port_t end
 
switch_port_t next
 
int8_t * track
 
uint32_t track_len
 
uint32_t track_used
 
switch_port_flag_t flags
 
switch_mutex_tmutex
 
switch_memory_pool_tpool
 

Detailed Description

Definition at line 38 of file switch_core_port_allocator.c.

Field Documentation

◆ end

switch_port_t switch_core_port_allocator::end

◆ flags

switch_port_flag_t switch_core_port_allocator::flags

◆ ip

char* switch_core_port_allocator::ip

Definition at line 39 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new(), and test_port().

◆ mutex

switch_mutex_t* switch_core_port_allocator::mutex

◆ next

switch_port_t switch_core_port_allocator::next

Definition at line 42 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

◆ pool

switch_memory_pool_t* switch_core_port_allocator::pool

◆ start

switch_port_t switch_core_port_allocator::start

◆ track

int8_t* switch_core_port_allocator::track

◆ track_len

uint32_t switch_core_port_allocator::track_len

◆ track_used

uint32_t switch_core_port_allocator::track_used

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