.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IUCV_ACCEPT" "" "06 October 2005" "" "" .SH NAME iucv_accept \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int iucv_accept (__u16 \fIpathid\fB, __u16 \fImsglim_reqstd\fB, __u8 * \fIuser_data\fB, int \fIflags1\fB, iucv_handle_t \fIhandle\fB, void * \fIpgm_data\fB, int * \fIflags1_out\fB, __u16 * \fImsglim\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpathid\fB\fR Path identification number .TP \fB\fImsglim_reqstd\fB\fR The number of outstanding messages requested. .TP \fB\fIuser_data\fB\fR Data specified by the iucv_connect function. .TP \fB\fIflags1\fB\fR 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. .TP \fB\fIhandle\fB\fR Address of handler. .TP \fB\fIpgm_data\fB\fR Application data passed to interrupt handlers. .TP \fB\fIflags1_out\fB\fR Pointer to an int. If not NULL, on return the options for .TP \fB\fImsglim\fB\fR Pointer to an __u16. If not NULL, on return the maximum number of outstanding messages is stored at the given location. .SH "THE PATH ARE STORED AT THE GIVEN LOCATION" .PP - IPPRTY (0x20) Indicates you may send a priority message. .SH "DESCRIPTION" .PP This function is issued after the user receives a Connection Pending external interrupt and now wishes to complete the IUCV communication path. .SH "RETURNS" .PP return code from CP