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