Searched refs:protocols (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_libinfo.c45 * CURLPROTO_* bits indicating which protocols are actually built
87 /* Build CURLPROTO_* bit pattern with libcurl's built-in protocols */
89 if(curlinfo->protocols) {
90 for(proto = curlinfo->protocols; *proto; proto++) {
H A Dtool_getparam.c1356 /* proxy tunnel for non-http protocols */
1519 if(curlinfo->protocols) {
1521 for(proto = curlinfo->protocols; *proto; ++proto) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto.c34 * IPVS protocols can only be registered/unregistered when the ipvs
102 * Propagate event for state change to all protocols
197 char protocols[64]; local
201 strcat(protocols, ", "); \
202 strcat(protocols, (p)->name); \
205 protocols[0] = '\0';
206 protocols[2] = '\0';
219 IP_VS_INFO("Registered protocols (%s)\n", &protocols[2]);
230 /* unregister all the ipvs protocols */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dcurl-config.in45 --protocols newline separated list of enabled protocols
90 --protocols)
H A Dcurl-config45 --protocols newline separated list of enabled protocols
90 --protocols)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/bin/
H A Dcurl-config45 --protocols newline separated list of enabled protocols
90 --protocols)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dparide.c40 static struct pi_protocol *protocols[MAX_PROTOS]; variable in typeref:struct:pi_protocol
214 if (protocols[k] && !strcmp(pr->name, protocols[k]->name)) {
220 while ((k < MAX_PROTOS) && (protocols[k]))
226 protocols[k] = pr;
238 if (protocols[pr->index] != pr) {
242 protocols[pr->index] = NULL;
357 if (!protocols[0])
364 (!protocols[s]) || (unit < 0) ||
365 (unit >= protocols[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Ddemand.c109 for (i = 0; (protp = protocols[i]) != NULL; ++i)
125 for (i = 0; (protp = protocols[i]) != NULL; ++i)
142 for (i = 0; (protp = protocols[i]) != NULL; ++i)
171 for (i = 0; (protp = protocols[i]) != NULL; ++i)
198 for (i = 0; (protp = protocols[i]) != NULL; ++i)
390 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
H A Doptions.c601 * find_option - scan the option lists for the various protocols
627 for (i = 0; protocols[i] != NULL; ++i)
628 if ((opt = protocols[i]->options) != NULL)
1022 for (i = 0; protocols[i] != NULL; ++i)
1023 print_option_list(protocols[i]->options, printer, arg);
H A Dmain.c281 struct protent *protocols[] = { variable in typeref:struct:protent
347 * Initialize magic number generator now so that protocols may
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
449 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1168 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
H A Dauth.c162 /* Number of network protocols which we have opened. */
165 /* Number of network protocols which have come up. */
712 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
740 * Tell higher-level protocols that LCP is up.
743 for (i = 0; (protp = protocols[i]) != NULL; ++i)
877 for (i = 0; (protp = protocols[i]) != NULL; ++i)
883 * Bring up other network protocols iff encryption is not required.
899 * Start the "real" network protocols.
901 for (i = 0; (protp = protocols[i]) != NULL; ++i)
911 lcp_close(0, "No network protocols runnin
[all...]
H A Dutils.c489 for (i = 0; (protp = protocols[i]) != NULL; ++i)
499 for (i = 0; (protp = protocols[i]) != NULL; ++i)
H A Dpppd.h431 /* Table of pointers to supported protocols */
432 extern struct protent *protocols[];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dversion.c155 static const char * const protocols[] = { variable
281 protocols,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/TPF/
H A Dcurl.mak48 # disable all protocols except FTP and HTTP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dccsidcurl.c409 if (p->protocols) {
410 while (p->protocols[nproto])
411 n += strlen(p->protocols[nproto++]);
455 if (id->protocols) {
456 id->protocols = (const char * const *) cp;
457 i = nproto * sizeof id->protocols[0];
458 memcpy(cp, (char *) p->protocols, i);
462 for (i = 0; id->protocols[i]; i++)
463 if (convert_version_info_string(((const char * *) id->protocols) + i,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl-ssl.spec25 supported protocols. The command is designed to work without user
H A Dcurl.spec22 supported protocols. The command is designed to work without user
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A Dopenssl.spec25 protocols as well as a full-strength general purpose cryptography library.
46 protocols as well as a full-strength general purpose cryptography library.
67 protocols as well as a full-strength general purpose cryptography library.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec25 protocols as well as a full-strength general purpose cryptography library.
46 protocols as well as a full-strength general purpose cryptography library.
67 protocols as well as a full-strength general purpose cryptography library.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A Dcurl.spec26 supported protocols. The command is designed to work without user
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl226 my @protocols; # array of lowercase supported protocol servers
312 # Clear all possible '*_proxy' environment variables for various protocols
2275 # these are the protocols compiled in to this libcurl
2276 @protocols = split(' ', lc($1));
2281 push @protocols, map($_ . '-ipv6', @protocols);
2284 push @protocols, 'none';
2335 # 'httptls' may be included in the test harness protocols array
2341 for(@protocols) {
2347 if($add_httptls && (! grep /^httptls$/, @protocols)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptsas.c1697 u16 protocols; local
1706 protocols = device_info->device_info & 0x78;
1708 if (protocols & MPI_SAS_DEVICE_INFO_SSP_INITIATOR)
1710 if (protocols & MPI_SAS_DEVICE_INFO_STP_INITIATOR)
1712 if (protocols & MPI_SAS_DEVICE_INFO_SMP_INITIATOR)
1714 if (protocols & MPI_SAS_DEVICE_INFO_SATA_HOST)
1721 protocols = device_info->device_info & 0x780;
1723 if (protocols & MPI_SAS_DEVICE_INFO_SSP_TARGET)
1725 if (protocols & MPI_SAS_DEVICE_INFO_STP_TARGET)
1727 if (protocols
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsamba.spec49 TCP/IP (NetBT) protocols and does NOT need the NetBEUI (Microsoft Raw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec33 (NetBT) protocols and does NOT need NetBEUI (Microsoft Raw NetBIOS

Completed in 414 milliseconds

12