Searched refs:used (Results 1 - 25 of 31) sorted by relevance

12

/openwrt/package/utils/oseama/src/
H A Dmd5.c214 unsigned long used, available; local
221 used = saved_lo & 0x3f;
223 if (used) {
224 available = 64 - used;
227 memcpy(&ctx->buffer[used], data, size);
231 memcpy(&ctx->buffer[used], data, available);
247 unsigned long used, available; local
249 used = ctx->lo & 0x3f;
251 ctx->buffer[used++] = 0x80;
253 available = 64 - used;
[all...]
/openwrt/package/kernel/rtc-rv5c386a/
H A DMakefile19 TITLE:=Driver for RTC RV5C386A (used in WL-700gE and WL-HDD)
/openwrt/package/network/services/ipset-dns/
H A DMakefile39 resolved IPs to a given netfilter ipset. It is designed to be used in
/openwrt/package/network/utils/resolveip/
H A DMakefile25 can be used by scripts to turn host names into numeric
/openwrt/package/system/zram-swap/
H A DMakefile28 could be used to increase the available memory, by using compressed
/openwrt/package/utils/usbreset/
H A DMakefile24 can be used to send a USB port reset to a USB device -
/openwrt/package/network/utils/dante/
H A DMakefile50 Dante is a circuit-level firewall/proxy that can be used to provide convenient
52 has external network connectivity. Dante is used daily by Fortune 100 companies
/openwrt/package/utils/util-linux/
H A DMakefile91 The libblkid library is used to identify block devices (disks) as to their
106 The libfdisk library is used for manipulating with partition tables.
118 The libmount library is used to parse /etc/fstab, /etc/mtab and
130 The UUID library is used to generate unique identifiers for objects
144 The smartcols library is used to print tables and trees in a pretty way.
165 The blkdiscard is used to discard device sectors. This is useful for
167 this command is used directly on the block device.
209 dmesg is used to examine or control the kernel ring buffer
250 getopt is used to break up (parse) options in command lines for easy parsing
289 losetup is used t
[all...]
/openwrt/package/libs/libnetfilter-conntrack/
H A DMakefile39 used by conntrack-tools among many other applications.
/openwrt/package/libs/libnetfilter-cttimeout/
H A DMakefile38 This library is currently used by conntrack-tools.
/openwrt/package/libs/libnetfilter-cthelper/
H A DMakefile38 This library is currently used by conntrack-tools.
/openwrt/package/libs/libnetfilter-queue/
H A DMakefile38 This library is currently used by conntrack-tools.
/openwrt/package/network/services/odhcpd/
H A DMakefile53 prefix delegation and can be used to relay RA, DHCPv6 and NDP between routed
/openwrt/target/linux/ar71xx/
H A Dmodules.mk18 Kernel module for the nu801 LED driver used on the Meraki MR18.
/openwrt/docs/
H A Dadding.tex54 on the device, and which version of the service is being used:
77 to discover which OS your router or Access Point run can be used. We do not have
86 used in firmwares are open source web server, thus allowing the code to be audited
97 others. Some commands, like \textbf{cat} might be left here and be used to
107 Some Unix tools like \textbf{hexdump} or \textbf{strings} can be used to analyse
160 CD-ROM the open source software used to build or modify the firmware.
187 \item packages of the toolchain used to compile the whole firmware: gcc, binutils, libc or uClibc
206 kernel development trees. Anyway, some parts can be easily isolated and used as
210 hardware be recognized and used under Linux. First of all, you need to find out
211 the linux kernel version that is used b
[all...]
H A Dnetwork-scripts.tex16 the effective interface name (which is used for IP traffic) and if the
H A Dbuild.tex51 which can be used to monitor svn commits and browse the source repository.
66 used to build the firmware image, the compiler, and the C library.
69 which is used for building the toolchain for a specific architecture, and
88 Those packages can be used to extend the functionality of the build system and need to be
196 The files directory is also optional and typicall contains package specific startup scripts or default configuration files that can be used out of the box with OpenWrt.
272 another keyword of \texttt{@GNU} for grabbing GNU source releases. If any of the above mentioned download source fails, the OpenWrt mirrors will be used as source.
274 The md5sum (if present) is used to verify the package was downloaded correctly and
310 This is useful for packages which are only used as build dependencies.
351 which is used to collect all files that other packages might depend on at build time.
354 to \texttt{staging\_dir/host}. The host staging dir is only used fo
[all...]
H A Dwireless.tex136 The country code used to determine the regulatory settings.
160 Set the transmission power to be used. The amount is specified in dBm.
169 used with this interface
199 Set the SSID to be used on the wifi device.
202 Set the BSSID address to be used for wds to set the mac address of the other wds unit.
205 (Deprecated, set in wifi-device) Set the transmission power to be used. The amount is specified in dBm.
380 WDS links can only be used in pure AP mode and cannot use WEP (except when sharing the
H A Dbugs.tex4 is used as an interface between developers, users and contributors in order to
H A Dworking.tex61 Quilt is used by default to apply Linux kernel patches, but not for the other
H A Dnetwork.tex35 protocol used for the interface. The default image usually provides \texttt{'none'}
124 as used in the switch driver.
/openwrt/package/system/opkg/
H A DMakefile69 Old opkg used md5s, new uses sha. This options enables understanding both while prefering sha.
108 Old opkg used md5s, new uses sha. This options enables understanding both while prefering sha.
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Drtl8366_smi.c330 static int rtl8366_mc_is_used(struct rtl8366_smi *smi, int mc_index, int *used) argument
335 *used = 0;
344 *used = 1;
462 int used; local
464 err = rtl8366_mc_is_used(smi, i, &used);
468 if (!used) {
/openwrt/package/utils/lua/
H A DMakefile41 applications. Lua is also frequently used as a general-purpose, stand-alone
/openwrt/package/firmware/ath10k-firmware/
H A DMakefile79 This firmware will NOT be used unless the standard ath10k-firmware-qca988x

Completed in 183 milliseconds

12