Previous section.

Transport Provider Interface (TPI), Version 2 Draft 2
Copyright © 1999 The Open Group

NAME

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 {
    t_scalar_t   PRIM_type;      /* Always T_CONN_CON         */
    t_scalar_t   RES_length;     /* Responding address length */
    t_scalar_t   RES_offset;
    t_scalar_t   OPT_length;
    t_scalar_t   OPT_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.

Contents Next section Index