Searched refs:ip6_hlim (Results 1 – 23 of 23) sorted by relevance
| /dragonfly/sys/netinet6/ |
| HD | ip6_forward.c | 121 if (ip6->ip6_hlim <= IPV6_HLIMDEC) { in ip6_forward() 127 ip6->ip6_hlim -= IPV6_HLIMDEC; in ip6_forward()
|
| HD | nd6_nbr.c | 140 if (ip6->ip6_hlim != 255) { in nd6_ns_input() 143 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_ns_input() 462 ip6->ip6_hlim = 255; in nd6_ns_output() 596 if (ip6->ip6_hlim != 255) { in nd6_na_input() 599 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_na_input() 941 ip6->ip6_hlim = 255; in nd6_na_output()
|
| HD | udp6_output.c | 243 ip6->ip6_hlim = in6_selecthlim(in6p, in udp6_output()
|
| HD | icmp6.c | 2085 ip6->ip6_hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim; in icmp6_reflect() 2086 if (ip6->ip6_hlim < ip6_minhlim) in icmp6_reflect() 2087 ip6->ip6_hlim = ip6_minhlim; in icmp6_reflect() 2089 ip6->ip6_hlim = ip6_defhlim; in icmp6_reflect() 2211 if (ip6->ip6_hlim != 255) { in icmp6_redirect_input() 2215 ip6_sprintf(&src6), ip6->ip6_hlim)); in icmp6_redirect_input() 2451 ip6->ip6_hlim = 255; in icmp6_redirect_output()
|
| HD | nd6_rtr.c | 133 if (ip6->ip6_hlim != 255) { in nd6_rs_input() 136 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_rs_input() 224 if (ip6->ip6_hlim != 255) { in nd6_ra_input() 227 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_ra_input()
|
| HD | in6_gif.c | 171 ip6->ip6_hlim = ip6_gif_hlim; in in6_gif_output()
|
| HD | ip6_output.c | 395 ip6->ip6_hlim = opt->ip6po_hlim & 0xff; in ip6_output() 407 ip6->ip6_hlim = im6o->im6o_multicast_hlim; in ip6_output() 411 ip6->ip6_hlim = ip6_defmcasthlim; in ip6_output() 442 ip6->ip6_hlim = opt->ip6po_hlim & 0xff; in ip6_output() 517 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK)) { in ip6_output()
|
| HD | ip6_mroute.c | 963 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst) || in ip6_mforward() 966 ip6->ip6_hlim--; in ip6_mforward() 1498 im6o.im6o_multicast_hlim = ip6->ip6_hlim; in phyint_send()
|
| HD | frag6.c | 367 ip6af->ip6af_hlim = ip6->ip6_hlim; in frag6_input()
|
| HD | raw_ip6.c | 390 ip6->ip6_hlim = in6_selecthlim(in6p, oifp); in rip6_output()
|
| HD | ip6_input.c | 1094 int hlim = ip6->ip6_hlim & 0xff; in ip6_savecontrol()
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-ip6.c | 307 GET_U_1(ip6->ip6_hlim), in ip6_print() 470 GET_U_1(ip6->ip6_hlim), nh, bp); in ip6_print()
|
| HD | ip6.h | 95 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
|
| /dragonfly/sys/net/pf/ |
| HD | pf_norm.c | 1251 if (r->min_ttl && h->ip6_hlim < r->min_ttl) in pf_normalize_ip6() 1252 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6() 1433 src->scrub->pfss_ttl = h->ip6_hlim; in pf_normalize_tcp_init() 1540 if (h->ip6_hlim > src->scrub->pfss_ttl) in pf_normalize_tcp_stateful() 1541 src->scrub->pfss_ttl = h->ip6_hlim; in pf_normalize_tcp_stateful() 1542 h->ip6_hlim = src->scrub->pfss_ttl; in pf_normalize_tcp_stateful()
|
| HD | pf_osfp.c | 163 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
|
| HD | pf.c | 2287 h6->ip6_hlim = IPV6_DEFHLIM; in pf_send_tcp()
|
| /dragonfly/sys/netinet/ |
| HD | ip6.h | 99 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
|
| HD | ip_carp.c | 1075 if (ip6->ip6_hlim != CARP_DFLTTL) { in carp6_proto_input() 1078 ip6->ip6_hlim, ifp->if_xname); in carp6_proto_input() 1444 ip6->ip6_hlim = CARP_DFLTTL; in carp_send_ad()
|
| HD | tcp_output.c | 1217 ip6->ip6_hlim = in6_selecthlim(inp, in tcp_output()
|
| HD | tcp_syncache.c | 1309 ip6->ip6_hlim = in6_selecthlim(NULL, in syncache_respond()
|
| HD | tcp_subr.c | 679 ip6->ip6_hlim = in6_selecthlim(inp, in tcp_respond()
|
| HD | tcp_input.c | 926 if ((isipv6 ? ip6->ip6_hlim : ip->ip_ttl) < inp->inp_ip_minttl) in tcp_input()
|
| /dragonfly/sbin/ping6/ |
| HD | ping6.c | 2301 ntohs(ip6->ip6_plen), ip6->ip6_nxt, ip6->ip6_hlim); in pr_iph()
|