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

/freebsd-9.3-release/usr.sbin/mld6query/
H A Dmld6.c97 u_int hlim = 1; local
133 if (setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hlim,
134 sizeof(hlim)) == -1)
/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c958 * XXX TODO: Check hlim and multicast scope here to avoid
1363 int hlim; local
1370 hlim = ip->ip_ttl;
1373 hlim = 0;
1376 hlim = ip6->ip6_hlim & 0xff;
1378 *mp = sbcreatecontrol((caddr_t) &hlim, sizeof(int),
H A Din6_mcast.c2575 int hlim; local
2581 error = sooptcopyin(sopt, &hlim, sizeof(hlim), sizeof(int));
2584 if (hlim < -1 || hlim > 255) {
2587 } else if (hlim == -1) {
2588 hlim = V_ip6_defmcasthlim;
2591 im6o->im6o_multicast_hlim = hlim;
H A Din6_proto.c522 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_DEFHLIM, hlim, CTLFLAG_RW,
/freebsd-9.3-release/sys/dev/isp/
H A Disp_pci.c1528 bus_addr_t hlim; /* high limit of unavailable dma */ local
1545 hlim = BUS_SPACE_MAXADDR;
1583 if (isp_dma_tag_create(BUS_DMA_ROOTARG(ISP_PCD(isp)), 1, slim, llim, hlim, NULL, NULL, BUS_SPACE_MAXSIZE, nsegs, slim, 0, &isp->isp_osinfo.dmat)) {

Completed in 66 milliseconds