Specifications

80 CBI Buffer Formats HighWire MTP-2 - 1.2, September 4, 2002
send_data_tail_size
send_data_tail_sizesend_data_tail_size
send_data_tail_size
On response, this field contains the size of additional free space at the end of
all data packets that the application passes to the CBI library.
Return code.
On response, this field indicates whether the open was successfully
processed. The following values are allowed:
6-3-24. CBI_M2_OUT_OF_SERVICE L2 sends this message to the L3 when the link fails and can no longer be
used to transmit data packets.
There is no response to this message.
Data structure.
typedef struct cbi_m2_out_of_service
{
CBI_IPS ips_hdr;
} CBI_M2_OUT_OF_SERVICE;
Parameters.
ips_hdr
ips_hdrips_hdr
ips_hdr
IPS Header. For definition, see Section 6-1-1. The following fields are specified
below:
ips_type
ips_typeips_type
ips_type - IPS_CBI_M2_OUT_OF_SERVICE.
sender_handle
sender_handlesender_handle
sender_handle - L2’s handle for the join for this link.
receiver_handle
receiver_handlereceiver_handle
receiver_handle - L3’s handle for the join for this link.
CBI_OK The open message succeeded.
CBI_UNSUCCESSFUL The open message did not
succeed.