Functions | |
| switch_status_t | switch_core_port_allocator_new (_In_ switch_port_t start, _In_ switch_port_t end, _In_ switch_port_flag_t flags, _Out_ switch_core_port_allocator_t **new_allocator) |
| Initilize the port allocator. | |
| switch_status_t | switch_core_port_allocator_request_port (_In_ switch_core_port_allocator_t *alloc, _Out_ switch_port_t *port_ptr) |
| Get a port from the port allocator. | |
| switch_status_t | switch_core_port_allocator_free_port (_In_ switch_core_port_allocator_t *alloc, _In_ switch_port_t port) |
| Return unused port to the port allocator. | |
| void | switch_core_port_allocator_destroy (_Inout_ switch_core_port_allocator_t **alloc) |
| destroythe port allocator | |
|
|
destroythe port allocator
|
|
||||||||||||
|
Return unused port to the port allocator.
|
|
||||||||||||||||||||
|
Initilize the port allocator.
|
|
||||||||||||
|
Get a port from the port allocator.
|
1.3.9.1