4 references to Ttl
System.Net.Ping (4)
System\Net\NetworkInformation\Ping.PingUtility.cs (1)
41string processArgs = UnixCommandLinePing.ConstructCommandLine(buffer.Length, timeout, address.ToString(), isIpv4, options?.Ttl ?? 0, fragmentOption);
System\Net\NetworkInformation\Ping.RawSocket.cs (3)
42iph.Ttl = (byte)options!.Ttl; 79if (socketConfig.Options.Ttl > 0) 81socket.Ttl = (short)socketConfig.Options.Ttl;