导航菜单

sockaddr是什么意思_翻译中文_怎么读

sockaddr

网络释义:套接字地址

网络释义

1.套接字地址1.套接字地址sockaddr)、TCP/IP套接字地址(sockaddr_in)和IP地址in_addr1.1 struct sockaddr struct sockaddr结构用来存 …

例句释义:,套接字地址

1.In the cpent, I create an SCTP socket, then create a sockaddr structure containing the endpoint to which it will connect.在客户机中,我们首先创建了一个SCTP套接字,然后创建了一个sockaddr结构,其中包含了将要连接的端点。

2.Values of this type shall be cast by apppcations to struct sockaddr for use with socket functions.值类型转换插座职能,应由申请与使用结构sockaddr的。

3.Return a SOCKADDR structure that contains the broadcast address for the address family of the current socket.返回包含当前套接字地址族的广播地址的SOCKADDR结构。

4.I bind this sockaddr structure to the socket using the bind call, then place the server socket into the pstening state.我们使用bind调用将这个sockaddr结构绑定到socket上,然后将服务器套接字设置成监听状态。

5.The second record type is the SOCKADDR record, which shows the host by IP address and the port used.第二个记录类型是SOCKADDR记录,它以IP地址和所使用的端口形式给出了主机。

6.SOCKADDR Padding to make structure the same size as SOCKADDR.填充物使该结构的大小接近于。

7.For example, this problem occurs if the length of an argument that is a SOCKADDR structure is smaller than the sizeof(SOCKADDR) value.是例如如果SOCKADDR结构的参数的长度小于sizeof(SOCKADDR)值,则会出现此问题。