Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

socketpair

Declaration

Source position: ssocketh.inc line 8

function socketpair(

  __domain: LongInt;

  __type: LongInt;

  __protocol: LongInt;

  __fds: plongint

):LongInt;

function socketpair(

  __domain: Integer;

  __type: Integer;

  __protocol: Integer;

  var __fds: TSocketPair

):Integer;

function socketpair(

  __domain: Integer;

  __type: __socket_type;

  __protocol: Integer;

  var __fds: TSocketPair

):Integer;


Documentation generated on: 2023-03-18