本文介绍了在 C/C++ 中查找可用的网络接口?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有谁知道用于查找可用网络接口的 C/C++ 代码?
Does anyone know a C/C++ code for finding the network interfaces available?
我一直在寻找一些代码,但大多数时候它们非常复杂.有没有简单的方法可以做到这一点?
I've been looking for some code, but most times they are quite complex. Is there a simple way to do this?
推荐答案
参见 getifaddrs 手册页.最后有一个示例程序.
See the getifaddrs man page. There is an example program towards the end.
这篇关于在 C/C++ 中查找可用的网络接口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!