socket_family_to_name.3ncs
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 60 行
3NCS
60 行
.TH socket_family_to_name 3ncs.SH Namesocket_family_to_name \- convert an integer address family to a textual name.SH Syntax#include <idl/c/socket.h>void socket_$family_to_name(\fIfamily, name, nlength, status\fP).nfunsigned long \fIfamily\fP;socket_$string_t \fIname\fP;unsigned long *\fInlength\fP;status_$t *\fIstatus\fP;.fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/usr/include/idl/pas/socket.ins.pas'\fR.\".\"\fBprocedure socket_$family_to_name(\fR.\" \fBin \fIfamily\fB: unsigned32;\fR.\" \fBout \fIname\fB: socket_$string_t;\fR.\" \fBin out \fInlength\fB: unsigned32;\fR.\" \fBout \fIstatus\fB: status_$t);\fR.\".DE.SH Arguments.TP 20\fIfamily\fRThe integer representation of an address family..TP 20\fIname\fRThe textual name of \fIfamily\fR. Currently, only \fBip\fR issupported..TP 20\fInlength\fROn input, the maximum length, in bytes, of the name to be returned.On output, the actual length of the returned name..TP 20\fIstatus\fRThe completion status. If the completion status returned in.PN status\&.allis equal to.B status_$ok ,then the routine that supplied it was successful..SH DescriptionThe .PN socket_$family_to_nameroutine converts the integer representation of an address family toa textual name for the family..NXR "Operations on Socket Addresses" "socket_family_to_name".ig.SH External VariablesThis section describes external variables used in \fBsocket_$\fR routines..TP 20...SH Files.PN /usr/include/idl/socket.idl.br.PN /usr/include/idl/c/socket.h.SH See Alsointro(3ncs)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?