[DllImport("iphlpapi.dll")]
public static extern uint SendARP(Int32 destIp, Int32 srcIp, ref Int64 pMacAddress, ref Int32 pyhAddLen);
[DllImport("ws2_32.dll")]
public static extern Int32 inet_addr(string ip);
转载请注明原文地址: https://ju.6miu.com/read-4513.html