Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h65 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv6.c151 ip6hp->ip6_hlim = IPTUN_DEFAULT_HOPLIMIT; in mac_ipv6_header()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1521 if (ip6h->ip6_hlim != 255) { in intercept_ra_inbound()
1522 DTRACE_PROBE1(invalid__hoplimit, uint8_t, ip6h->ip6_hlim); in intercept_ra_inbound()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c2079 if (ip6h->ip6_hlim != 1) { in mld_input()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1428 ip6->ip6_hlim = 127;
H A Dfil.c392 fi->fi_ttl = ip6->ip6_hlim;
2490 if (ip6->ip6_hlim < ifs->ifs_fr_minttl) {
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c925 ip6hp->ip6_hlim = iptun->iptun_hoplimit; in iptun_headergen()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1431 class, flow, plen, iph->ip6_nxt, iph->ip6_hlim); in ip6hdr()