Home
last modified time | relevance | path

Searched refs:tcp_ipv4_ttl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c192 static int tcp_ipv4_ttl = 64; variable
5129 ((struct ip *)mp->b_rptr)->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_wput_data()
5591 iph->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_xmit_ctl()
5704 ((struct ip *)rptr)->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_ack_mp()
6061 ((struct ip *)mp1->b_rptr)->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_xmit_mp()
6201 iph->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_xmit_early_reset()