Searched refs:ip6_hlim (Results 1 – 7 of 7) sorted by relevance
136 ip->ttl = old_header->ip6_hlim; in fill_ip_header()147 ttl_guess = icmp_guess_ttl(old_header->ip6_hlim); in fill_ip_header()166 ip6->ip6_hlim = old_header->ttl; in fill_ip6_header()
83 printf("hop limit = %x\n", header->ip6_hlim); in dump_ip6()
95 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
266 ip6->ip6_hlim, in ip6_print()
279 pkt.hdr.ip6_hlim = 1; in create_mld_query()378 pkt.hdr.ip6_hlim = IPV6_DEFAULT_HOPLIMIT; in create_echo_request()
531 sndip6_p->hdr.ip6_hlim = 255; in return_neigh_adv()633 sndip6_p->hdr.ip6_hlim = 255; in return_icmp6_redirect()
3427 ip6_hlim = [("2001:db8::%d" % i, i) for i in six.moves.range(1, 12)]3431 for (ip, hlim) in ip6_hlim ]