SOCKETPAIR

NAME
SYNOPSIS
DESCRIPTION

NAME

socketpair - create a pair of sockets

SYNOPSIS

socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL

DESCRIPTION

Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified the same as for the system call of the same name. If unimplemented, yields a fatal error. Returns TRUE if successful.