qnx_vc_name_attach — attaches a virtual circuit with a name instead of a process ID number.
qnx_vc_name_attach (node, max_msg_length, name)
The node for the attachment.
The maximum message size which will be passed between tasks.
The name of the task to attach.
This function performs the same operation as qnx_vc_attach except that a name attached with qnx_name_attach can be specified instead of a process ID number. The function is currently only available in QNX 4.
Possible errno values are:
EAGAIN Proc to Net enqueuing failed
EHOSTUNREACH Destination node not in netmap or physical I/O error
EINVAL buffer too big
ENOLIC no license to communicate with this node
ENOMEM not enough memory to complete operation
ENOVPE not enough proc entries to new vc
ENOSYS no Net manager found
ESRCH pid not valid
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.