Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c193 static int tcp_ipv4_ttl = 64; variable
5131 ((struct ip *)mp->b_rptr)->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_wput_data()
5593 iph->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_xmit_ctl()
5706 ((struct ip *)rptr)->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_ack_mp()
6062 ((struct ip *)mp1->b_rptr)->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_xmit_mp()
6202 iph->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_xmit_early_reset()