Home
last modified time | relevance | path

Searched refs:ip_ttl (Results 1 – 14 of 14) sorted by last modified time

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1437 ip->ip_ttl = 255;
1442 ip->ip_ttl = (u_char)(*ip_ttl_ptr);
1444 ip->ip_ttl = 63;
H A Dfil.c1338 fi->fi_ttl = ip->ip_ttl;
2476 if (fin->fin_ip->ip_ttl < ifs->ifs_fr_minttl) {
/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h53 uchar_t ip_ttl; /* time to live */ member
H A Dip_var.h73 uchar_t ip_ttl; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c228 outip->ip_ttl = ttl; in send_probe()
H A Dtraceroute.c1753 (ip->ip_ttl <= 1)) || in traceroute()
1762 (int)ip->ip_ttl); in traceroute()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3089 ip->ip_ttl = VRRP_IP_TTL; in vrrpd_send_adv_v4()
3456 if (ip->ip_ttl != VRRP_IP_TTL) { in vrrpd_process_adv_v4()
3458 "ttl %d", pif->vvi_ifname, ip->ip_ttl); in vrrpd_process_adv_v4()
/illumos-gate/usr/src/boot/libsa/
H A Dip.c76 uint8_t ip_ttl; member
115 ip->ip_ttl = IPDEFTTL; /* char */ in sendip()
309 ipr->ip_ttl = MAXTTL; in readipv4()
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c165 iphp->ip_ttl = IPTUN_DEFAULT_HOPLIMIT; in mac_ipv4_header()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c741 adr_char(&adr, (char *)&(ipp->ip_ttl), 2); in au_to_ip()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1816 iph->ip_ttl = 0; in tcp_verify_cksum()
1817 if (old_sum == tcp_cksum((uint16_t *)&(iph->ip_ttl), in tcp_verify_cksum()
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()
6199 iph->ip_ttl = 0; in tcp_xmit_early_reset()
6201 iph->ip_ttl = (uint8_t)tcp_ipv4_ttl; in tcp_xmit_early_reset()
6225 tcph->tha_sum = tcp_cksum((uint16_t *)&(iph->ip_ttl), in tcp_set_cksum()
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c1010 iphp->ip_ttl = ttl; in ipv4_output()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c137 ip->ip_ttl); in interpret_ip()
150 ip->ip_ttl); in interpret_ip()
204 ip->ip_ttl); in interpret_ip()
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h66 u_char ip_ttl; /* time to live */ member