DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

T_CONN_CON(D7tpi)


T_CONN_CON -- Connection Confirm

Synopsis

This message consists of one M_PROTO message block followed by zero or more M_DATA blocks if any user data is associated with the primitive. The format of the M_PROTO message block is as follows:
   struct T_conn_con {
   	long 	PRIM_type;		/* always T_CONN_CON */
   	long	RES_length;	/* responding addr length -  */
   	long	RES_offest;	/* responding addr offset */
   	long	OPT_length;	/* options length -   */
   	long	OPT_offset;	/* options offset */
   }

Description

This primitive indicates to the user that a connect request has been confirmed on the specified responding address.

Parameters


PRIM_type
identifies the primitive type.

RES_length
is the length of the responding address that the connection was accepted.

RES_offset
is the offset (from the beginning of the M_PROTO message block) where the responding address begins.

OPT_length
is the length of the confirmed options associated with the primitive.

OPT_offset
is the offset from the beginning of the M_PROTO message block) of the confirmed options associated with the primitive.

The proper alignment of the responding address and options in the M_PROTO message block is not guaranteed.

Modes

Only connection-mode.

Originator

Transport provider.

Notices

Hardware constraints

None

Applicability

N/A

Backward compatibility

UnixWare-specific TPI Message Formats

Forward compatibility

N/A
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005