如何从 in_addr 值获取端口?
我正在尝试从 Windows 中给定的 in_addr 值中提取端口。
到目前为止,我可以使用 inet_ntoa 获取 IP 地址,但不能获取端口。
谢谢。
I am trying to extract the port from a given in_addr value in windows.
So far I am able to get the IP address using inet_ntoa but not the port.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不知道:它只是一个 IP 地址
也许您想使用 sockaddr其中包含此信息(如果适用)。
You do not: it is only an IP address
Perhaps you mean to use sockaddr which contains this information, when applicable.