Searched +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config (Results 1 – 25 of 48) sorted by relevance
12
/external/grpc-grpc/test/cpp/naming/ |
D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 3 - expected_addrs: 4 - {address: '5.5.5.5:443', is_balancer: false} 7 record_to_resolve: no-srv-ipv4-single-target 9 no-srv-ipv4-single-target: 10 - {TTL: '2100', data: 5.5.5.5, type: A} 11 - expected_addrs: 12 - {address: '1.2.3.4:1234', is_balancer: true} 15 record_to_resolve: srv-ipv4-single-target 17 _grpclb._tcp.srv-ipv4-single-target: [all …]
|
D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # This file is auto-generated 28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 29 argp.add_argument('--test_bin_path', default=None, type=str, 31 argp.add_argument('--dns_server_bin_path', default=None, type=str, 33 argp.add_argument('--records_config_path', default=None, type=str, 36 argp.add_argument('--dns_server_port', default=None, type=int, 38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, 68 '--server_host', '127.0.0.1', [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | compute_alpha.regionBackendServices.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | serviceusage_v1.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | serviceusage_v1beta1.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | compute_alpha.backendServices.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | servicemanagement_v1.services.configs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | serviceuser_v1.projects.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | serviceuser_v1.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | servicemanagement_v1.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/curl/tests/ |
D | smbserver.py | 2 # -*- coding: utf-8 -*- 9 # Copyright (C) 2017 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 70 # Here we write a mini config for the server 73 smb_config.set("global", "server_name", "SERVICE") 95 raise ScriptException("--srcdir is mandatory") 184 # Simple way to generate a fid 188 fakefid = conn_data["OpenedFiles"].keys()[-1] + 1 277 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8') 298 contents = self.ctd.get_test_data(requested_filename).encode('utf-8') 327 parser.add_argument("--port", action="store", default=9017, [all …]
|
/external/libwebsockets/READMEs/ |
D | README.lwsws.md | 6 lwsws is an implementation of a very lightweight, ws-capable generic web 15 Just enable -DLWS_WITH_LWSWS=1 at cmake-time. 19 NOTICE on Ubuntu, the default libuv package is called "libuv-0.10". This is ancient. 21 You should replace this with libuv1 and libuv1-dev before proceeding. 25 lwsws uses JSON config files, they're pure JSON except: 27 - '#' may be used to turn the rest of the line into a comment. 29 - There's also a single substitution, if a string contains "_lws_ddir_", then that is 32 having to change the config if your install path was different. 46 "count-threads": "1", 47 "server-string": "myserver v1", # returned in http headers [all …]
|
/external/curl/docs/ |
D | curl.1 | 8 .\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 28 curl \- transfer a URL 44 curl is powered by libcurl for all transfer-related features. See 47 The URL syntax is protocol-dependent. You'll find a detailed description in 57 "ftp://ftp.example.com/file[1-100].txt" 59 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros) 61 "ftp://ftp.example.com/file[a-z].txt" 66 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html" 75 "http://example.com/file[1-100:10].txt" 77 "http://example.com/file[a-z:2].txt" [all …]
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1 release 0.4 - initial public release 3 release 0.5 - added caching, removed compiler warning on linux PPC 5 release 0.6 - TCP handling: close socket and return to connect state if we 9 Added a patch from Cris Bailiff <c.bailiff@e-secure.com.au> 28 Fix bad bug resulting from not initialising value-result 29 address-length parameter to recvfrom() and accept() - it 39 (3) Time-to-live data from upstream server is read and 42 the -h option is given). 44 a file other than /etc/resolv.conf (-r option) this allows 47 give dnsmasq the option -r /etc/resolv.dnsmasq) [all …]
|
D | dnsmasq.conf.example | 5 # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details. 10 # uneccessarily. If you have a dial-on-demand link they also stop 14 #domain-needed 15 # Never forward addresses in the non-routed address spaces. 16 #bogus-priv 19 # Uncomment this to filter useless windows-originated DNS requests 20 # which can trigger dial-on-demand links needlessly. 22 # so don't use it if you use eg Kerberos, SIP, XMMP or Google-talk. 24 # dnsmasq (via srv-host= lines) are not suppressed by it. 29 #resolv-file= [all …]
|
/external/curl/src/ |
D | tool_getparam.c | 8 * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 67 ARG_NONE, /* stand-alone but not a boolean */ 68 ARG_BOOL, /* accepts a --no-[name] prefix */ 78 {"*4", "dns-ipv4-addr", ARG_STRING}, 79 {"*6", "dns-ipv6-addr", ARG_STRING}, 80 {"*a", "random-file", ARG_FILENAME}, 81 {"*b", "egd-file", ARG_STRING}, 82 {"*B", "oauth2-bearer", ARG_STRING}, 83 {"*c", "connect-timeout", ARG_STRING}, 84 {"*C", "doh-url" , ARG_STRING}, [all …]
|
/external/autotest/client/common_lib/ |
D | utils.py | 3 # Use of this source code is governed by a BSD-style license that can be 13 # pylint: disable=missing-docstring 69 # pylint: disable=wildcard-import 110 '_-+=>|') 297 if len(data[-1]) == 0: 366 return (1 << 32) - (1 << 32-bits) 381 read_one_line('/proc/sys/net/ipv4/ip_local_port_range')) 386 write_one_line('/proc/sys/net/ipv4/ip_local_port_range', 484 column = six.ensure_binary(six.text_type(column), "utf-8") 496 format_string += "%-" + str(length) + "s " [all …]
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-context-vhost.h | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> 25 /*! \defgroup context-and-vhost context and vhost related functions 55 /**< (VH) Allow non-SSL (plaintext) connections on the same 71 /**< (VH) Check UT-8 correctness */ 85 * http://x.com:443 -> https://x.com 109 /**< For backwards-compatibility reasons, by default 120 * the connection. If they are NULL, for backwards-compatibility the 121 * connection is bound to "raw-skt" role, and in order of priority: 138 * If those explicit user-controlled names are NULL, for backwards- [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 3 2019-08-07 - v2.9 5 - disable use of groups using Brainpool curves 6 - improved protection against side channel attacks 7 [https://w1.fi/security/2019-6/] 8 * EAP-pwd changes 9 - disable use of groups using Brainpool curves 10 - allow the set of groups to be configured (eap_pwd_groups) 11 - improved protection against side channel attacks 12 [https://w1.fi/security/2019-6/] 13 * fixed FT-EAP initial mobility domain association using PMKSA caching [all …]
|
/external/toybox/android/mac/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 23 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 27 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 29 …ad use conventional unix security (and possibly\nLinux Containers) for a simple straightforward sy… 33 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 41 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 43 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 49 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
/external/toybox/android/linux/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 23 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 27 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 29 …ad use conventional unix security (and possibly\nLinux Containers) for a simple straightforward sy… 33 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 41 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 43 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 49 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
/external/toybox/android/device/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 23 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 27 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 29 …ad use conventional unix security (and possibly\nLinux Containers) for a simple straightforward sy… 33 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 41 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 43 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 49 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
/external/cpuinfo/test/dmesg/ |
D | zenfone-2.log | 5 [ 0.000000] Linux version 3.10.72-x86_64_moor-gb6d574d (jenkins@fdc-01-jenkins) (gcc version 4.9… 7 [ 0.000000] e820: BIOS-provided physical RAM map: 8 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097fff] usable 9 [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable 10 [ 0.000000] BIOS-e820: [mem 0x0000000004000000-0x00000000051fffff] reserved 11 [ 0.000000] BIOS-e820: [mem 0x0000000005200000-0x0000000005bfffff] usable 12 [ 0.000000] BIOS-e820: [mem 0x0000000005c00000-0x0000000005ffffff] reserved 13 [ 0.000000] BIOS-e820: [mem 0x0000000006000000-0x000000007f5fffff] usable 14 [ 0.000000] BIOS-e820: [mem 0x000000007f600000-0x00000000fec033ff] reserved 15 [ 0.000000] BIOS-e820: [mem 0x00000000fec04000-0x00000000fefff3ff] reserved [all …]
|
D | xiaomi-mi-5c.log | 4 [ 0.000000] Linux version 3.10.58-03473-g34b8307 (soon@Soon6401) (gcc version 4.9 20150123 (prer… 7 [ 0.000000] Ignoring memory range 0x0 - 0xa000000 11 [ 0.000000] Reserved memory: initialized node bridgemem@71e00000, compatible id shared-dma-pool 13 [ 0.000000] Reserved memory: initialized node logomem@7ee00000, compatible id shared-dma-pool 15 [ 0.000000] Reserved memory: initialized node pstore@7fe00000, compatible id shared-dma-pool 17 [ 0.000000] Reserved memory: initialized node tl420ipc@f808f000, compatible id shared-dma-pool 19 [ 0.000000] Reserved memory: initialized node tl420mem@7ec00000, compatible id shared-dma-pool 27 [ 0.000000] psci: probing function IDs from device-tree 29 [ 0.000000] pcpu-alloc: s19648 r8192 d21312 u49152 alloc=12*4096 30 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [all …]
|
/external/tcpdump/ |
D | print-isoclns.c | 24 * complete IS-IS & CLNP support. 30 #include "config.h" 33 #include <netdissect-stdinc.h> 49 * IS-IS is defined in ISO 10589. Look there for protocol definitions. 94 * list taken from rfc3359 plus some memory from veterans ;-) 112 #define ISIS_TLV_EXT_IS_REACH 22 /* draft-ietf-isis-traffic-05 */ 113 #define ISIS_TLV_IS_ALIAS_ID 24 /* draft-ietf-isis-ext-lsp-frags-02 */ 123 #define ISIS_TLV_TE_ROUTER_ID 134 /* draft-ietf-isis-traffic-05 */ 124 #define ISIS_TLV_EXTD_IP_REACH 135 /* draft-ietf-isis-traffic-05 */ 126 #define ISIS_TLV_SHARED_RISK_GROUP 138 /* draft-ietf-isis-gmpls-extensions */ [all …]
|
12