FreeSWITCH API Documentation  1.7.0
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

switch_port_t switch_core_port_allocator::end

Definition at line 41 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

switch_port_flag_t switch_core_port_allocator::flags

Definition at line 46 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

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().

switch_mutex_t* switch_core_port_allocator::mutex

Definition at line 47 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

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().

switch_memory_pool_t* switch_core_port_allocator::pool

Definition at line 48 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

switch_port_t switch_core_port_allocator::start

Definition at line 40 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

int8_t* switch_core_port_allocator::track

Definition at line 43 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

uint32_t switch_core_port_allocator::track_len

Definition at line 44 of file switch_core_port_allocator.c.

Referenced by switch_core_port_allocator_new().

uint32_t switch_core_port_allocator::track_used

Definition at line 45 of file switch_core_port_allocator.c.


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