/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/netinet/ |
icmp6.h | 124 #define ICMP6_FQDN_QUERY 139 /* FQDN query */ 125 #define ICMP6_FQDN_REPLY 140 /* FQDN reply */ 387 #define NI_QTYPE_FQDN 2 /* FQDN (draft 04) */ 438 u_int8_t ni_fqdn_namelen; /* length in octets of the FQDN */
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 355 public String FQDN; [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConfigManagerTest.java | 266 assertEquals(expectedConfig.FQDN, actualConfig.FQDN); 473 if (CONFIGS.get(network).FQDN != null) { 474 metadata.put(WifiConfigStore.ID_STRING_KEY_FQDN, CONFIGS.get(network).FQDN); 557 * configKey and the FQDN for HotSpot 2.0 networks. 581 // Legacy Hotspot 2.0 network configuration: Quoted FQDN in "id_str". 585 .thenReturn('"' + CONFIGS.get(1).FQDN + '"'); 591 metadata.put(WifiConfigStore.ID_STRING_KEY_FQDN, CONFIGS.get(2).FQDN); 624 if (config.FQDN != null) { 625 homeSPs.add(new HomeSP(null, config.FQDN, new HashSet<Long>() [all...] |
/external/dhcpcd-6.8.2/ |
dhcp6.c | 525 int fqdn; local 536 fqdn = ifo->fqdn; 538 if (fqdn == FQDN_DISABLE && ifo->options & DHCPCD_HOSTNAME) { 539 /* We're sending the DHCPv4 hostname option, so send FQDN as 540 * DHCPv6 has no FQDN option and DHCPv4 must not send 541 * hostname and FQDN according to RFC4702 */ 542 fqdn = FQDN_BOTH; 544 if (fqdn != FQDN_DISABLE) { 598 if (fqdn != FQDN_DISABLE [all...] |
if-options.c | 136 {"fqdn", optional_argument, NULL, 'F'}, 971 ifo->fqdn = FQDN_BOTH; 975 ifo->fqdn = FQDN_NONE; 977 ifo->fqdn = FQDN_PTR; 979 ifo->fqdn = FQDN_BOTH; 981 ifo->fqdn = FQDN_DISABLE; 983 logger(ctx, LOG_ERR, "invalid value `%s' for FQDN", arg); [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUSocketFactory.java | 169 String fqdn = url.getHost(); local 174 name.get(1).toString().equals(fqdn)) {
|
SOAPParser.java | 116 <xsd:documentation>When the mobile device receives this command, it launches its default browser to the URI contained in this element. The URI must use HTTPS as the protocol and must contain an FQDN.</xsd:documentation> 253 <xsd:documentation>HTTPS URI of the server to be contacted to initiate certificate enrollment. The URI must contain an FQDN.</xsd:documentation>
|
/prebuilts/go/darwin-x86/src/net/ |
lookup_test.go | 30 // encodings, UTF-8 encoded net name, domain name, FQDN or absolute 31 // FQDN, but the result would be one of the forms and it depends on
|
/prebuilts/go/linux-x86/src/net/ |
lookup_test.go | 30 // encodings, UTF-8 encoded net name, domain name, FQDN or absolute 31 // FQDN, but the result would be one of the forms and it depends on
|
/external/avahi/avahi-core/ |
core.h | 114 /** Return the currently chosen host name as a FQDN ("fully qualified
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
test_health_check.py | 55 hc = HealthCheck(ip_addr=None, port=443, hc_type="HTTPS", resource_path="/", fqdn="google.com")
|
/external/conscrypt/src/main/java/org/conscrypt/ |
AddressUtils.java | 44 // Must be a FQDN.
|
/external/nist-sip/java/gov/nist/core/ |
Host.java | 221 //if this is an FQDN, make it lowercase to simplify processing
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
JoinHeader.java | 56 * From URI not contain IP addresses or the FQDN of the host on which the UA is
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-HS20 | 172 # If set, this FQDN is used as a suffix match requirement for the AAA 185 # domain: Home service provider FQDN(s) 219 # <FQDN>,<0/1 exact match>,<priority>,<* or country code> 226 # provisioning_sp: FQDN of the SP that provisioned the credential
|
/frameworks/base/packages/Osu/src/com/android/configparse/ |
ConfigBuilder.java | 200 config.FQDN = homeSP.getFQDN();
|
/packages/apps/CertInstaller/res/values-fr/ |
strings.xml | 63 <string name="wifi_config_text" msgid="8259587306773310314">"Nom : %1$s\nNom de domaine complètement qualifié (FQDN) : %2$s\nConsortiums en itinérance : %3$s\nDomaine : %4$s\nMéthode d\'authentification : EAP-%5$s\n"</string>
|
/packages/apps/CertInstaller/res/values-sk/ |
strings.xml | 63 <string name="wifi_config_text" msgid="8259587306773310314">"Názov: %1$s\nPresne stanovený názov domény (FQDN): %2$s\nRoamingové konzorciá: %3$s\nOblas?: %4$s\nMetóda overenia toto?nosti: EAP-%5$s\n"</string>
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiManagerFacade.java | 333 if (j.has("FQDN")) { 334 config.FQDN = j.getString("FQDN"); [all...] |
/external/wpa_supplicant_8/hs20/client/ |
est.c | 650 "SP/%s/client-cert.pem", ctx->fqdn); 699 "SP/%s/client-cert.pem", ctx->fqdn); 702 "SP/%s/client-key.pem", ctx->fqdn);
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
wifi_test_utils.py | 113 FQDN = "FQDN" 859 if (WifiEnums.Enterprise.FQDN in config and
|
/external/tcpdump/ |
print-icmp6.c | 120 #define ICMP6_FQDN_QUERY 139 /* FQDN query */ 121 #define ICMP6_FQDN_REPLY 140 /* FQDN reply */ 388 #define NI_QTYPE_FQDN 2 /* FQDN (draft 04) */ 408 uint8_t ni_fqdn_namelen; /* length in octets of the FQDN */ [all...] |
/external/dnsmasq/src/ |
cache.c | 824 int fqdn, nomem; local 830 fqdn = !!strchr(token, '.'); 835 if ((daemon->options & OPT_EXPAND) && domain_suffix && !fqdn && [all...] |
/external/avahi/avahi-client/ |
client-test.c | 246 printf("FQDN: %s (Error Return: %s)\n", ret, ret ? "OK" : avahi_strerror(avahi_client_errno(avahi)));
|
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 421 .Ic address, fqdn , user_fqdn , keyid , 441 .It Ic my_identifier Ic fqdn Ar string ; 442 The type is a FQDN (fully-qualified domain name). 629 .It Type Ic address, fqdn, or user_fqdn: [all...] |