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.
ioctl 不适用于 IPv6。
getifaddres - LSB 不支持
netlink 套接字 - LSB 不支持
有任何想法吗?
1) 可能在 LSB 4.1 版本之后:
https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=2143
2)解析/proc/net树。
/proc/net
3) 使用 POSIX.1-2001 API getaddrinfo但与 Win32 相比支持相当有限,Win32 明确详细说明了枚举接口的操作。