2 references to MaxIpHeaderLengthInBytes
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.RawSocket.cs (2)
257
byte[] receiveBuffer = new byte[2 * (
MaxIpHeaderLengthInBytes
+ IcmpHeaderLengthInBytes) + buffer.Length];
336
byte[] receiveBuffer = new byte[2 * (
MaxIpHeaderLengthInBytes
+ IcmpHeaderLengthInBytes) + buffer.Length];