BIO_get_accept_socket function

  1. @Native<Int Function(Pointer<Char>, Int)>(ffi.Pointer<ffi.Char>, ffi.Int)>()
int BIO_get_accept_socket(
  1. Pointer<Char> host_port,
  2. int mode
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Char>, ffi.Int)>()
external int BIO_get_accept_socket(ffi.Pointer<ffi.Char> host_port, int mode);