Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要将 IPv4 地址转换为 Internet 标准点分十进制格式的 ASCII 字符串,我们使用inet_ntoa函数。我应该为 IPv6 使用什么功能?
inet_ntoa
IPv6 的等效函数是inet_ntop. 事实上,这可以做 IPv4 和 6,所以无论如何都值得使用。
inet_ntop