2011年1月25日
摘要: [DllImport("Iphlpapi.dll")] private static extern int SendARP(Int32 dest, Int32 host, ref Int64 mac, ref Int32 length); [DllImport("Ws2_32.dll")] private static extern Int32 inet_addr(string ip); static private Int64 getremotemac(string localip, string remoteip) { Int32 ldest = inet_addr(remoteip); 阅读全文
posted @ 2011-01-25 14:06 aparche 阅读(618) 评论(0) 推荐(0)