t_rcvrel.3xti
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3XTI 代码 · 共 80 行
3XTI
80 行
.TH t_rcvrel 3xti.SH Namet_rcvrel \- acknowledge receipt of an orderly release indication.SH Syntax.B #include <xti.h>.br.sp 1.B int t_rcvrel(\fIfd\fB).br.B int \fIfd\fB;.SH Arguments.IP \fIfd\fR 10Identifies the local transport endpoint. .SH DescriptionThis function is used to acknowledge receipt of an orderly releaseindication. After receipt of this indication, the user cannot attemptto receive more data, because such an attempt will block forever.However, the user can continue to send data over the connection if.PN t_sndrel() has not been issued by the user..NXR "t_rcvrel. system call".NXR "orderly release" "acknowledging receipt".PPThis function is an optional service of the transport provider, and isonly supported if the transport provider returned service typeT_COTS_ORD on .PN t_open() or .PN t_getinfo()\fR.\fR.PP.TStab(@);lfHB lfHB lfHBlfR lfR lfR ._.sp 6pParameters@Before Call@After Call.sp 6p_.sp 6pfd@x@/.sp 6p_.TE.PP.sp 12p.SH Return ValuesUpon successful completion, a value of 0 is returned. Otherwise, avalue of \-1 is returned, and \fBt_errno()\fR is set to indicate the error..SH DiagnosticsOn failure, .PN t_errno() is set to one of the following:.TP 20[TBADF]The specified file descriptor does not refer to a transport endpoint..TP 20 [TOUTSTATE]The function was issued in the wrong sequence on the transport endpointreferenced by \fIfd\fR..TP 20[TNOREL]No orderly release indication currently exists on the specifiedtransport endpoint..TP 20[TLOOK]An asynchronous event has occurred on the transport endpoint and requires immediate attention..TP 20[TNOTSUPPORT]This function is not supported by the underlying transport provider. .TP 20[TSYSERR]A system error has occurred during execution of this function..SH See Alsot_getinfo(3xti), t_open(3xti),t_sndrel(3xti)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?