Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Diptun.h42 #define IPTUN_DEFAULT_HOPLIMIT 64 macro
/titanic_41/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c165 iphp->ip_ttl = IPTUN_DEFAULT_HOPLIMIT; in mac_ipv4_header()
H A Dmac_ipv6.c151 ip6hp->ip6_hlim = IPTUN_DEFAULT_HOPLIMIT; in mac_ipv6_header()
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c417 mac_prop_info_set_default_uint32(prh, IPTUN_DEFAULT_HOPLIMIT); in iptun_m_propinfo()
875 if (iptun->iptun_hoplimit == IPTUN_DEFAULT_HOPLIMIT) { in iptun_headergen()
895 if (iptun->iptun_hoplimit == IPTUN_DEFAULT_HOPLIMIT && in iptun_headergen()
1425 iptun->iptun_hoplimit = IPTUN_DEFAULT_HOPLIMIT; in iptun_create()