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