IUCV_ACCEPT
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
iucv_accept -
SYNOPSIS
"SYNOPSIS"
int iucv_accept (__u16 pathid, __u16 msglim_reqstd, __u8 * user_data, int flags1, iucv_handle_t handle, void * pgm_data, int * flags1_out, __u16 * msglim);
ARGUMENTS
- pathid
-
Path identification number
- msglim_reqstd
-
The number of outstanding messages requested.
- user_data
-
Data specified by the iucv_connect function.
- flags1
-
Contains options for this path.
- IPPRTY (0x20) Specifies if you want to send priority message.
- IPRMDATA (0x80) Specifies whether your program can handle a message
in the parameter list.
- IPQUSCE (0x40) Specifies whether you want to quiesce the path being
established.
- handle
-
Address of handler.
- pgm_data
-
Application data passed to interrupt handlers.
- flags1_out
-
Pointer to an int. If not NULL, on return the options for
- msglim
-
Pointer to an __u16. If not NULL, on return the maximum
number of outstanding messages is stored at the given
location.
THE PATH ARE STORED AT THE GIVEN LOCATION
- IPPRTY (0x20) Indicates you may send a priority message.
DESCRIPTION
This function is issued after the user receives a Connection Pending external
interrupt and now wishes to complete the IUCV communication path.
RETURNS
return code from CP
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- THE PATH ARE STORED AT THE GIVEN LOCATION
-
- DESCRIPTION
-
- RETURNS
-
This document was created by
man2html,
using the manual pages.
Time: 04:40:50 GMT, October 06, 2005