Searched refs:all (Results 126 - 150 of 162) sorted by relevance

1234567

/netgear-R7800-V1.0.2.28/package/e2fsprogs/
H A DMakefile61 unique among all UUIDs created on the local system, and among UUIDs
146 all
/netgear-R7800-V1.0.2.28/package/shortcut-fe/src/
H A Dsfe_cm.c8 * above copyright notice and this permission notice appear in all copies.
819 tuple.src.u.all = (__be16)sis->src_port;
822 tuple.dst.u.all = (__be16)sis->dest_port;
831 &tuple.src.u3.in6, (unsigned int)ntohs(tuple.src.u.all),
832 &tuple.dst.u3.in6, (unsigned int)ntohs(tuple.dst.u.all));
840 &tuple.src.u3.ip, (unsigned int)ntohs(tuple.src.u.all),
841 &tuple.dst.u3.ip, (unsigned int)ntohs(tuple.dst.u.all));
1082 * Wait for all callbacks to complete.
1087 * Destroy all connections.
/netgear-R7800-V1.0.2.28/target/linux/orion/image/
H A Dgeneric.mk121 ## generate defines for all JFFS2 block sizes
140 else # do all other images
176 else # do all other images
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dnat_ipt_helper.c5 * above copyright notice and this permission notice appear in all copies.
141 grange->range[0].min.all);
147 || grange->range[0].min.all)
154 || grange->range[0].min.all)
162 || grange->range[0].min.all)
171 || grange->range[0].min.all)
/netgear-R7800-V1.0.2.28/include/
H A Dautotools.mk10 # delete *.la-files from staging_dir - we can not yet remove respective lines within all package
H A Dpackage-ipkg.mk21 --add-arch all:100 \
H A Dtoplevel.mk75 @$(_SINGLE)$(SUBMAKE) -s -C scripts/config all CC="$(HOSTCC)"
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi_doc.h26 file include/wmi.h contains all command and event manifest constants as
42 addition, the WMI protocol adds a header to all data messages:
121 not trigger a reply message at all. Events are control messages issued
139 header. Over the interconnect, all fields in control messages (including
168 on that channel, processing all data packets received prior to that message.
170 and the �SYNCHRONIZE� command, it resumes all channels.
175 host must guarantee the device has processed all old data packets before a
177 synchronization messages on all data channels, then issues the desired
377 has been received by the host for all dot11Auth modes except for SHARED_AUTH.
438 and WoW is enabled, all packet
[all...]
/netgear-R7800-V1.0.2.28/package/xtables-addons/
H A DMakefile47 all
/netgear-R7800-V1.0.2.28/scripts/
H A Denv11 clear Delete all environment and revert to flat config/files
/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A DMakefile34 all:clean $(BASENAME) $(BASENAME2)
/netgear-R7800-V1.0.2.28/docs/
H A Dbuild.tex39 So let's take a look at OpenWrt and see how this all works.
100 To include all packages, issue the following command:
174 During the build process, buildroot will download all sources to the "\texttt{dl}"
331 Contains all command line arguments (format: \texttt{--arg 1} \texttt{--arg 2})
333 Contains all environment variables that are passed to ./configure (format: \texttt{NAME="value"})
343 Contains all command line arguments (typically variable overrides like \texttt{NAME="value"}
345 Contains all environment variables that are passed to the make command
351 which is used to collect all files that other packages might depend on at build time.
H A Dnetwork.tex78 For all protocol types, you can also specify the MTU by using the \texttt{mtu} option.
135 The CPU port defaults to tagged, all other ports to untagged.
H A Dconfig.tex57 That allows you to process sections both before and after all options were
H A Dadding.tex148 Some manufacturers do release a Linux based binary firmware, with no sources at all.
210 hardware be recognized and used under Linux. First of all, you need to find out
241 The first patch will contain all the code that is needed by the board to be
245 The second patch will contain all useful definitions for that board: addresses,
359 First of all, you need to make your flash map driver be visible in the kernel
/netgear-R7800-V1.0.2.28/package/app-flow-scripts/
H A DMakefile44 Scripts to help start all the app flow stuff
/netgear-R7800-V1.0.2.28/package/luci-app-streamboost/
H A DMakefile71 make -C $(PKG_BUILD_DIR)/htdocs/luci-static/resources/streamboost/trans all
/netgear-R7800-V1.0.2.28/package/openssl/
H A DMakefile117 all
/netgear-R7800-V1.0.2.28/package/radvd/files/
H A Dradvd.init374 sysctl -w net.ipv6.conf.all.forwarding=1 > /dev/null 2> /dev/null
/netgear-R7800-V1.0.2.28/package/openvpn/files/
H A Dopenvpn.init146 clean-all
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_ipv6.c6 * above copyright notice and this permission notice appear in all copies.
187 * Not all hosts have a node address, where there is none, a suitable alternative should be located and is typically based on 'addr'
268 * GGG TODO We really need to roll out support for all interface types we can deal with ASAP :-(
569 * Returns false if the function is not able to instantiate all missing classifiers.
591 * If the connection has a full complement of assigned classifiers then these will match 1:1 with the classifier_type (all in same order).
641 * It also involves the possible triggering of classifier re-evaluation but only if all currently assigned
1490 tuple.src.u.all = sync->flow_ident;
1496 tuple.dst.u.all = sync->return_ident;
1503 ECM_IP_ADDR_TO_OCTAL(flow_ip), (int)tuple.src.u.all,
1504 ECM_IP_ADDR_TO_OCTAL(return_ip), (int)tuple.dst.u.all);
[all...]
H A Decm_sfe_ipv4.c6 * above copyright notice and this permission notice appear in all copies.
182 * Not all hosts have a node address, where there is none, a suitable alternative should be located and is typically based on 'addr'
265 * GGG TODO We really need to roll out support for all interface types we can deal with ASAP :-(
566 * Returns false if the function is not able to instantiate all missing classifiers.
588 * If the connection has a full complement of assigned classifiers then these will match 1:1 with the classifier_type (all in same order).
638 * It also involves the possible triggering of classifier re-evaluation but only if all currently assigned
1775 tuple.src.u.all = sync->flow_ident;
1781 tuple.dst.u.all = sync->return_ident;
1788 &tuple.src.u3.ip, (int)tuple.src.u.all,
1789 &tuple.dst.u3.ip, (int)tuple.dst.u.all);
[all...]
/netgear-R7800-V1.0.2.28/package/fast-classifier/src/
H A Dfast-classifier.c9 * above copyright notice and this permission notice appear in all copies.
1119 tuple.src.u.all = (__be16)sis->src_port;
1125 tuple.dst.u.all = (__be16)sis->dest_port;
1129 &tuple.src.u3.ip, (unsigned int)ntohs(tuple.src.u.all),
1130 &tuple.dst.u3.ip, (unsigned int)ntohs(tuple.dst.u.all));
1509 * Wait for all callbacks to complete.
1514 * Destroy all connections.
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_ipv4.c6 * above copyright notice and this permission notice appear in all copies.
198 * Not all hosts have a node address, where there is none, a suitable alternative should be located and is typically based on 'addr'
281 * GGG TODO We really need to roll out support for all interface types we can deal with ASAP :-(
582 * Returns false if the function is not able to instantiate all missing classifiers.
604 * If the connection has a full complement of assigned classifiers then these will match 1:1 with the classifier_type (all in same order).
654 * It also involves the possible triggering of classifier re-evaluation but only if all currently assigned
1795 tuple.src.u.all = (__be16)htons(sync->flow_ident);
1801 tuple.dst.u.all = (__be16)htons(sync->return_ident);
1808 &tuple.src.u3.ip, (int)tuple.src.u.all,
1809 &tuple.dst.u3.ip, (int)tuple.dst.u.all);
[all...]
H A Decm_nss_ipv6.c6 * above copyright notice and this permission notice appear in all copies.
205 * Not all hosts have a node address, where there is none, a suitable alternative should be located and is typically based on 'addr'
286 * GGG TODO We really need to roll out support for all interface types we can deal with ASAP :-(
587 * Returns false if the function is not able to instantiate all missing classifiers.
609 * If the connection has a full complement of assigned classifiers then these will match 1:1 with the classifier_type (all in same order).
659 * It also involves the possible triggering of classifier re-evaluation but only if all currently assigned
1508 tuple.src.u.all = (__be16)htons(sync->flow_ident);
1514 tuple.dst.u.all = (__be16)htons(sync->return_ident);
1521 ECM_IP_ADDR_TO_OCTAL(flow_ip), (int)tuple.src.u.all,
1522 ECM_IP_ADDR_TO_OCTAL(return_ip), (int)tuple.dst.u.all);
[all...]

Completed in 208 milliseconds

1234567