摘要: 原文地址:http://blog.chinaunix.net/uid-17188120-id-2820866.html 1.通过已经连接的socket文件获取 int getpeermac( int sockfd, char *buf ) { int ret =0; struct arpreq ar 阅读全文
posted @ 2021-03-01 15:31 阿C 阅读(1374) 评论(0) 推荐(0) 编辑