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