Searched refs:version (Results 176 - 200 of 312) sorted by relevance

1234567891011>>

/netgear-R7800-V1.0.2.28/docs/
H A Dbuild.tex72 add a new version of one of the components above.
255 The upstream version number that we are downloading
257 The version of this package Makefile
307 \textit{+<dependency name>}. For a kernel version dependency use: \textit{@LINUX\_2\_<minor version>}
545 \texttt{git} (which needs to be installed on your system) as backend for version control.
577 for minor changes) or if you want to start with a clean version (e.g. for selecting
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/make/
H A Dlinux_opt.mk168 # check for GCC version
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/
H A DMakefile59 --load-addr $(LOADADDR) --tag-version 7 \
68 --load-addr $(LOADADDR) --tag-version 8 \
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.h10 * it under the terms of the GNU Lesser General Public License version 2.1 as
780 int version; member in struct:__anon588
811 __u32 version; member in struct:__anon590
/netgear-R7800-V1.0.2.28/include/
H A Dtoplevel.mk16 include $(TOPDIR)/include/version.mk
/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Digmpv3.c301 listener->version = IGMP_V3_MEMBERSHIP_REPORT;
343 listener->version = IGMP_V3_MEMBERSHIP_REPORT;
H A Ddefs.h7 ** the Free Software Foundation; either version 2 of the License, or
8 ** (at your option) any later version.
26 ** - Licensed under the GNU General Public License, version 2
492 int version; member in struct:Listener
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/char/
H A Damazon_mei.c50 //165001:henryhsu 2005/9/6 Modify for adsl firmware version 1.2.1.2.0.1 DATA_LED can't flash.
62 #include <linux/version.h>
130 static int firmware_support_led=0; //joelin version check for adsl led
1549 u32 version=0; local
1562 ///proc/mei/version
1564 //Firmware version: major.minor.sub_version.int_version.rel_state.spl_appl
1588 version = RxMessage[4];
1589 count = sprintf(outputbuf, "%d.%d.",(version)&0xff,(version>>8)&0xff);
1605 version
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_ipsec.c209 nss_ipsec_info("msg params version:%d, interface:%d, type:%d, cb:%d, app_data:%d, len:%d\n",
210 ncm->version, ncm->interface, ncm->type, ncm->cb, ncm->app_data, ncm->len);
H A Dnss_log.c530 dbg->version = NSS_DEBUG_LOG_VERSION;
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/ref/
H A Dref_vlan.c31 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A DhifnHIPP.c35 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/leds/
H A Dledtrig-morse.c16 * under the terms of the GNU General Public License version 2 as published
22 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxhcd_queue.c18 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/ar6000/
H A Dar6000_drv.h8 * it under the terms of the GNU General Public License version 2 as
23 #include <linux/version.h>
H A Dosapi_linux.h12 * it under the terms of the GNU General Public License version 2 as
29 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_tracker.c17 #include <linux/version.h>
424 * What version of IP header are we dealing with?
427 if (v4_hdr && (v4_hdr->version == 4)) {
439 if (!v6_hdr || (v6_hdr->version != 6)) {
H A Decm_classifier_default.c17 #include <linux/version.h>
H A Decm_classifier_dscp.c17 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmktitanimg.c22 "mknspimg version 1.0, Texas Instruments, 2004",
53 printf("Version ID: 0x%x\n", hdr->head.version);
360 img_hdr_head->version = strtoul(argv[cmdline_getarg(cmdline_getarg_list('s'),0)], 0, 0);
362 img_hdr_head->version = 0x0b040000;
/netgear-R7800-V1.0.2.28/package/shortcut-fe/src/
H A Dsfe_ipv4.c67 version:4; member in struct:sfe_ipv4_ip_hdr
69 __u8 version:4,
2085 * Is our embedded IP version wrong?
2088 if (unlikely(icmp_iph->version != 4)) {
2094 DEBUG_TRACE("IP version: %u\n", icmp_iph->version);
2257 * Is our IP version wrong?
2259 if (unlikely(iph->version != 4)) {
2265 DEBUG_TRACE("IP version: %u\n", iph->version);
[all...]
H A Dsfe_ipv6.c69 version:4; member in struct:sfe_ipv6_ip_hdr
71 __u8 version:4,
2121 * Is our embedded IP version wrong?
2124 if (unlikely(icmp_iph->version != 6)) {
2130 DEBUG_TRACE("IP version: %u\n", icmp_iph->version);
2272 * Is our IP version wrong?
2275 if (unlikely(iph->version != 6)) {
2281 DEBUG_TRACE("IP version: %u\n", iph->version);
[all...]
/netgear-R7800-V1.0.2.28/scripts/
H A Dconfig.sub15 # the Free Software Foundation; either version 2 of the License, or
16 # (at your option) any later version.
42 # You can get the latest version of this script from:
71 -v, --version print version number, then exit
75 version="\
93 --version | -v )
94 echo "$version" ; exit ;;
202 # Don't forget version if it is 3.2v4 or newer.
206 # Don't forget version i
[all...]
H A Dconfig.guess11 # the Free Software Foundation; either version 2 of the License, or
12 # (at your option) any later version.
38 # You can get the latest version of this script from:
51 -v, --version print version number, then exit
55 version="\
74 --version | -v )
75 echo "$version" ; exit ;;
190 # kernel version information, so it can be replaced with a
267 # A Pn.n version i
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/ipq806x/
H A Dnss_gmac_ethtool.c200 strlcpy(info->version, nss_gmac_driver_version, DRVINFO_LEN);

Completed in 306 milliseconds

1234567891011>>