Searched refs:hlim (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/mld6query/
H A Dmld6.c96 u_int hlim = 1; local
132 if (setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hlim,
133 sizeof(hlim)) == -1)
/freebsd-11-stable/sys/netinet6/
H A Din6_src.c553 * embed scope from selected outgoing interface. If @hlim pointer
560 struct in6_addr *srcp, int *hlim)
573 if (hlim != NULL)
574 *hlim = in6_selecthlim(inp, retifp);
602 int *hlim)
617 if (hlim != NULL)
618 *hlim = in6_selecthlim(NULL, retifp);
946 int hlim; local
951 hlim = ND_IFINFO(nh6.nh_ifp)->chlim;
952 return (hlim);
558 in6_selectsrc_socket(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct inpcb *inp, struct ucred *cred, int scope_ambiguous, struct in6_addr *srcp, int *hlim) argument
600 in6_selectsrc_addr(uint32_t fibnum, const struct in6_addr *dst, uint32_t scopeid, struct ifnet *ifp, struct in6_addr *srcp, int *hlim) argument
[all...]
H A Dip6_input.c904 * XXX TODO: Check hlim and multicast scope here to avoid
1296 int hlim; local
1303 hlim = ip->ip_ttl;
1306 hlim = 0;
1309 hlim = ip6->ip6_hlim & 0xff;
1311 *mp = sbcreatecontrol((caddr_t) &hlim, sizeof(int),
H A Din6_mcast.c2578 int hlim; local
2584 error = sooptcopyin(sopt, &hlim, sizeof(hlim), sizeof(int));
2587 if (hlim < -1 || hlim > 255) {
2590 } else if (hlim == -1) {
2591 hlim = V_ip6_defmcasthlim;
2594 im6o->im6o_multicast_hlim = hlim;
H A Draw_ip6.c401 int hlim = 0; local
466 scope_ambiguous, &in6a, &hlim);
489 ip6->ip6_hlim = hlim;
H A Dicmp6.c2058 int type, code, hlim; local
2104 hlim = 0;
2123 hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim;
2125 hlim = V_ip6_defhlim;
2143 scopeid, NULL, &src6, &hlim);
2165 ip6->ip6_hlim = hlim;
2277 "hlim=%d (must be 255)\n",
H A Din6_proto.c495 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_DEFHLIM, hlim,
/freebsd-11-stable/sys/dev/isp/
H A Disp_pci.c1476 bus_addr_t hlim; /* high limit of unavailable dma */ local
1489 hlim = BUS_SPACE_MAXADDR;
1506 slim, llim, hlim, NULL, NULL, BUS_SPACE_MAXSIZE, nsegs, slim, 0,

Completed in 195 milliseconds