Home
last modified time | relevance | path

Searched refs:hlim (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_src.c365 int hlim; in in6_selecthlim() local
370 hlim = ND_IFINFO(ifp)->chlim; in in6_selecthlim()
371 if (hlim < ip6_minhlim) in in6_selecthlim()
372 hlim = ip6_minhlim; in in6_selecthlim()
374 hlim = ip6_defhlim; in in6_selecthlim()
376 return (hlim); in in6_selecthlim()
H A Din6_proto.c460 hlim, CTLFLAG_RW, &ip6_defhlim, 0, "Default hop limit");
H A Dip6_output.c2487 u_int *hlim, *loop, *ifindex; in ip6_getmoptions() local
2503 hlim = mtod(*mp, u_int *); in ip6_getmoptions()
2506 *hlim = ip6_defmcasthlim; in ip6_getmoptions()
2508 *hlim = im6o->im6o_multicast_hlim; in ip6_getmoptions()
H A Dip6_input.c1094 int hlim = ip6->ip6_hlim & 0xff; in ip6_savecontrol() local
1096 *mp = sbcreatecontrol(&hlim, sizeof(int), in ip6_savecontrol()
/dragonfly/usr.sbin/mld6query/
H A Dmld6query.c76 u_int hlim = 1; in main() local
112 if (setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hlim, in main()
113 sizeof(hlim)) == -1) in main()
/dragonfly/share/examples/IPv6/
H A DUSAGE204 56 bytes from fe80::5254:ff:feda:cb7d%lo0, icmp_seq=0 hlim=64 time=0.25 ms
205 56 bytes from fe80::2a0:c9ff:fe84:ed6c%ed0, icmp_seq=0 hlim=64 time=1.333 ms(DUP!)
206 56 bytes from fe80::5254:ff:feda:d161%ed0, icmp_seq=0 hlim=64 time=1.459 ms(DUP!)
207 56 bytes from fe80::260:97ff:fec2:80bf%ed0, icmp_seq=0 hlim=64 time=1.538 ms(DUP!)
208 56 bytes from 3ffe:501:4819:2000:5054:ff:fedb:aa46, icmp_seq=0 hlim=255 time=1.615 ms(DUP!)
/dragonfly/sys/dev/disk/isp/
H A Disp_pci.c1486 bus_addr_t hlim; /* high limit of unavailable dma */ in isp_pci_mbxdma() local
1503 hlim = BUS_SPACE_MAXADDR; in isp_pci_mbxdma()
1536 …if (isp_dma_tag_create(NULL, 1, slim, llim, hlim, NULL, NULL, BUS_SPACE_MAXSIZE, ISP_NSEGS, slim, … in isp_pci_mbxdma()