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