{    This routine will send a create_cdcnet_connection VTP message to the
{ network and then wait for a response.  If the response is a
{ create_cdcnet_connection_confirm the routine will return normal status.  If
{ the response is a create_cdcnet_connection_reject the appropriate abnormal
{ status will be returned.  If a response is not received from the network
{ before the specified timeout interval expires abnormal status will be
{ returned.
{
{       IIP$VTP_CREATE_CDCNET_CONNECT (SERVICE_NAME, SERVICE_DATA,
{             CONNECTION_DATA_1, CONNECTION_DATA_2, CONNECTION_DATA_3,
{             END_DISCARD_PROMPT, TIMEOUT_INTERVAL_IN_MS, STATUS)
{
{ SERVICE_NAME: (input)  This parameter specifies the name of the service to
{       which a CDCNET connection is to be made.
{
{ SERVICE_DATA: (input)  This parameter specifies the data to be passed to
{       the connected service at connection establishment time.  For example,
{       for connections to a Telnet service, this would be the Telnet host name
{       or IP address.
{
{ CONNECTION_DATA_1: (input)  This parameter specifies the data to be sent as
{       the first VTP Normal Input message on the CDCNET connection.
{
{ CONNECTION_DATA_2: (input)  This parameter specifies the data to be sent as
{       the second VTP Normal Input message on the CDCNET connection.
{
{ CONNECTION_DATA_3: (input)  This parameter specifies the data to be sent as
{       the third VTP Normal Input message on the CDCNET connection.
{
{ END_DISCARD_PROMPT: (input)  This parameter specifies that all output from
{       the secondary connection be discarded, instead of sent to the user's
{       terminal, until a sequence of characters at the beginning of a new
{       line are found that match those specified on this parameter.
{
{ TIMEOUT_INTERVAL_IN_MS: (input)  This parameter specifies the time that this
{       procedure should wait for a response from the network before declaring
{       a timeout.
{
{ STATUS: (output) This parameter specifies the request status.
{   CONDITIONS:
{      ife$connection_already_switched
{      ife$cannot_create_connection
{      ife$cannot_locate_service
{      ife$invalid_connection_data
{      ife$invalid_service_data
{      ife$service_is_busy
