Skip to main content

switch_socket_create

Function switch_socket_create 

Source
pub unsafe extern "C" fn switch_socket_create(
    new_sock: *mut *mut switch_socket_t,
    family: c_int,
    type_: c_int,
    protocol: c_int,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t