摘要: struct ifaddrs **ifap;struct ifaddrs *ifa;int n;n = getifaddrs(&ifa);*ifap = ifa;for (ifa; ifa!= NULL; ifa = ifa->ifa_next) { 对地址链表的处理函数} 使用... 阅读全文
posted @ 2015-01-15 17:46 hh6plus 阅读(205) 评论(0) 推荐(0) 编辑